mirror of https://github.com/axmolengine/axmol.git
Remove useless classes configuration for Lua binding
This commit is contained in:
parent
4aaa494be7
commit
b2c3628aee
|
@ -29,7 +29,7 @@ headers = %(cocosdir)s/cocos/ui/UIVideoPlayer.h
|
|||
|
||||
# what classes to produce code for. You can use regular expressions here. When testing the regular
|
||||
# expression, it will be enclosed in "^$", like this: "^Menu*$".
|
||||
classes = VideoPlayer FastTMXLayer FastTMXTiledMap
|
||||
classes = VideoPlayer
|
||||
|
||||
# what should we skip? in the format ClassName::[function function]
|
||||
# ClassName is a regular expression, but will be used like this: "^ClassName$" functions are also
|
||||
|
|
Loading…
Reference in New Issue