Remove useless classes configuration for Lua binding

This commit is contained in:
samuele3hu 2015-04-14 15:02:25 +08:00
parent 4aaa494be7
commit b2c3628aee
1 changed files with 1 additions and 1 deletions

View File

@ -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