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