28.06.2014, 16:01
Okay, now I have second little off topic question.
Is possible to parse preprocessor define string for example to include?
In GM:
In INC for example:
I've tried it but I'm getting error in include, that it's undefined.
Is possible to parse preprocessor define string for example to include?
In GM:
pawn Код:
#include mystring "foo"
pawn Код:
print(mystring);