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
6f56844ed4a3c7ffd4918d46c845f26e77ad1387
1
class
MinhaClass
2
{
3
int
intF
();
4
float
floatF
();
5
int int float
intInfFloatF
();
6
int
intFint
(
int
x
,
float
f
);
7
};
8