X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=inline;f=src%2Fsquirrel%2Finclude%2Fsqstdsystem.h;h=a528f5d7fcb638030d284ec303f2a65877f63ffc;hb=c81e5d255303f56a3fc33bef1fd0124c4b62cfcf;hp=73099aeaa5f044821b1af0eb6ecfbabbe4b6d072;hpb=fedb7355c2a369399cc781e907ac961dfa11fdd9;p=supertux.git diff --git a/src/squirrel/include/sqstdsystem.h b/src/squirrel/include/sqstdsystem.h index 73099aeaa..a528f5d7f 100644 --- a/src/squirrel/include/sqstdsystem.h +++ b/src/squirrel/include/sqstdsystem.h @@ -1,15 +1,15 @@ -/* see copyright notice in squirrel.h */ -#ifndef _SQSTD_SYSTEMLIB_H_ -#define _SQSTD_SYSTEMLIB_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -SQUIRREL_API int sqstd_register_systemlib(HSQUIRRELVM v); - -#ifdef __cplusplus -} /*extern "C"*/ -#endif - -#endif /* _SQSTD_SYSTEMLIB_H_ */ +/* see copyright notice in squirrel.h */ +#ifndef _SQSTD_SYSTEMLIB_H_ +#define _SQSTD_SYSTEMLIB_H_ + +#ifdef __cplusplus +extern "C" { +#endif + +SQUIRREL_API int sqstd_register_systemlib(HSQUIRRELVM v); + +#ifdef __cplusplus +} /*extern "C"*/ +#endif + +#endif /* _SQSTD_SYSTEMLIB_H_ */