Apr 15, 2016

Macro define and use

static void MacroUse(Args _args)
{
    #define.TestMacro("TEST_Value");  
    info(#TestMacro);
}

No comments:

Post a Comment