repo.or.cz
/
CppToLua.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
first commit - working example - needs pointer type recognition (actualy more than...
[CppToLua.git]
/
in.cpp~
blob
58fd7bd53167d0e6b46d5d400cbde5990efea175
1
class MinhaClass
2
{
3
int intF();
4
float floatF();
5
int int float intInfFloatF();
6
int intFint(int x);
7
};
8