repo.or.cz
/
openttd-joker.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Rework the trip history window layout.
[openttd-joker.git]
/
src
/
3rdparty
/
squirrel
/
include
/
sqstdaux.h
blob
ded3c12e8a7ec96ba9721b8cf273c3b39338629c
1
/* see copyright notice in squirrel.h */
2
#ifndef _SQSTD_AUXLIB_H_
3
#define _SQSTD_AUXLIB_H_
4
5
void
sqstd_seterrorhandlers
(
HSQUIRRELVM v
);
6
void
sqstd_printcallstack
(
HSQUIRRELVM v
);
7
8
#endif
/* _SQSTD_AUXLIB_H_ */