rpgxef/code/game/luaDefParser/test.c
2012-12-08 00:38:21 +01:00

16 lines
No EOL
187 B
C

/* luamodule test */
int a;
/* test */
void test() {
}
/*
* \function test.func(float a, entity b);
* \param float a "this is a";
* \desc test 123;
* \desc "test
* test2";
*/