Added some initial directive code. Don't quite like the way it's done

This commit is contained in:
2025-09-03 21:05:00 +02:00
parent 603b625e21
commit 4924b01eac
4 changed files with 50 additions and 29 deletions

5
test/ifdefs.ink Normal file
View File

@@ -0,0 +1,5 @@
#if Defines.Skinning {
vertex main :: () {
// Stub
}
}