mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-05-05 01:49:36 +00:00
Add raw templater
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#pragma options TEST(asdf, bla)
|
||||
#pragma switch TEST_SWITCH
|
||||
|
||||
#ifdef TEST_SWITCH
|
||||
#define SVAL "1"
|
||||
#else
|
||||
#define SVAL "0"
|
||||
#endif
|
||||
|
||||
#pragma filename "lemao_" + TEST + SVAL + ".txt"
|
||||
HAHA TEST
|
||||
#ifdef TEST_SWITCH
|
||||
kekw
|
||||
#endif
|
||||
Reference in New Issue
Block a user