18 lines
255 B
C++
18 lines
255 B
C++
/**
|
|
* @author Edouard DUPIN
|
|
*
|
|
* @copyright 2011, Edouard DUPIN, all right reserved
|
|
*
|
|
* @license APACHE v2.0 (see license file)
|
|
*/
|
|
|
|
#include "objectManager.h"
|
|
#include "debug.h"
|
|
|
|
|
|
|
|
int32_t ewolLua::loadObjectManager(lua_State* _L) {
|
|
|
|
return 0;
|
|
}
|