mirror of https://github.com/axmolengine/axmol.git
65 lines
240 B
C++
65 lines
240 B
C++
|
#include "base/ccConfig.h"
|
||
|
#ifndef __axys_backend_h__
|
||
|
#define __axys_backend_h__
|
||
|
|
||
|
#include "tolua++.h"
|
||
|
|
||
|
int register_all_axys_backend(lua_State* tolua_S);
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif // __axys_backend_h__
|