first commit - working example - needs pointer type recognition (actualy more than...
[CppToLua.git] / in.cpp
blob6f56844ed4a3c7ffd4918d46c845f26e77ad1387
1 class MinhaClass
3 int intF();
4 float floatF();
5 int int float intInfFloatF();
6 int intFint(int x, float f);
7 };