13 lines
131 B
C
13 lines
131 B
C
|
#ifndef LUA_OFFSETS_H
|
||
|
#define LUA_OFFSETS_H
|
||
|
#include "luamain.h"
|
||
|
|
||
|
namespace lua
|
||
|
{
|
||
|
|
||
|
void RegisterEngine(lua::state &st);
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
#endif
|