This website requires JavaScript.
Explore
Help
Sign In
Lothario
/
axmol
mirror of
https://github.com/axmolengine/axmol.git
Watch
1
Star
0
Fork
You've already forked axmol
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
61719d813e
axmol
/
tools
/
tolua++
/
CCScene.pkg
6 lines
75 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add extensions & tools directory
2011-06-14 14:31:25 +08:00
class CCScene : public CCNode
{
fixed #1327: Exported 'create' method for lua bindings.
2012-06-15 11:46:51 +08:00
static CCScene *create(void);
add extensions & tools directory
2011-06-14 14:31:25 +08:00
};