Rework the trip history window layout.
[openttd-joker.git] / src / 3rdparty / squirrel / include / sqstdaux.h
blobded3c12e8a7ec96ba9721b8cf273c3b39338629c
1 /* see copyright notice in squirrel.h */
2 #ifndef _SQSTD_AUXLIB_H_
3 #define _SQSTD_AUXLIB_H_
5 void sqstd_seterrorhandlers(HSQUIRRELVM v);
6 void sqstd_printcallstack(HSQUIRRELVM v);
8 #endif /* _SQSTD_AUXLIB_H_ */