axmol/lua/cocos2dx_support/LuaCocos2d.h

19 lines
461 B
C
Raw Normal View History

2011-06-14 11:08:39 +08:00
#ifndef LUACOCOS2D_H
#define LUACOCOS2D_H
#include "cocos2d.h"
2011-06-20 17:31:38 +08:00
#include "tolua++.h"
2011-06-14 11:08:39 +08:00
#include <stdio.h>
#include "CCKeypadDispatcher.h"
#include "CCRibbon.h"
#include "CCParallaxNode.h"
#include "CCAutoreleasePool.h"
#include "CCIMEDispatcher.h"
#include "CCMutableArray.h"
//#define TOLUA_RELEASE
#if defined(_WIN32) && defined(_DEBUG)
#pragma warning (disable:4800)
#endif
int tolua_Cocos2d_open(lua_State* tolua_S);
2011-06-20 17:31:38 +08:00
2011-06-14 11:08:39 +08:00
#endif//LUACOCOS2D_H