1
0
Fork 0
OpenTTD/src/3rdparty/squirrel/include/sqstdsystem.h

8 lines
183 B
C

/* see copyright notice in squirrel.h */
#ifndef _SQSTD_SYSTEMLIB_H_
#define _SQSTD_SYSTEMLIB_H_
SQInteger sqstd_register_systemlib(HSQUIRRELVM v);
#endif /* _SQSTD_SYSTEMLIB_H_ */