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