Files @ r21647:7f9a2c7abc6d
Branch filter:

Location: cpp/openttd-patchpack/source/src/3rdparty/squirrel/include/sqstdsystem.h - annotation

rubidium
(svn r26779) -Cleanup [Squirrel]: remove extern "C" statements; we won't be exporting things to C from our squirrel
1
2
3
4
5
6
7
/*	see copyright notice in squirrel.h */
#ifndef _SQSTD_SYSTEMLIB_H_
#define _SQSTD_SYSTEMLIB_H_

SQUIRREL_API SQInteger sqstd_register_systemlib(HSQUIRRELVM v);

#endif /* _SQSTD_SYSTEMLIB_H_ */