mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-22 00:55:45 +00:00
15 lines
217 B
Plaintext
15 lines
217 B
Plaintext
#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 |