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