9 lines
107 B
C
9 lines
107 B
C
|
|
#ifndef AG_LUA_H
|
|
#define AG_LUA_H
|
|
|
|
extern unsigned char ag_lua[];
|
|
extern unsigned int ag_lua_len;
|
|
|
|
#endif
|