9 lines
100 B
C
9 lines
100 B
C
#ifndef _LMATH_H_
|
|
|
|
#define _LMATH_H_
|
|
|
|
#include <lua.h>
|
|
|
|
int callistoopen_math(lua_State *);
|
|
|
|
#endif
|