repo.or.cz
/
ego.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed X11_softare_info changing
[ego.git]
/
src
/
lib
/
object.h
blob
c36ffc24578f7113d8943ceb43a14ee4de34e5f8
1
#ifndef EGO_OBJECT_H
2
#define EGO_OBJECT_H
3
4
#include
"luaobj.h"
5
6
extern
const
luaobj_Reg mObject
;
7
extern
const
luaobj_Reg
*
cObject
[];
8
extern
const
luaobj_Reg
*
cRect
[];
9
10
#endif
/* EGO_OBJECT_H */
11