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
/
sqstdmath.h
blob
269a7e40d825fb4e86a332b358248b16789548f9
1
/* see copyright notice in squirrel.h */
2
#ifndef _SQSTD_MATH_H_
3
#define _SQSTD_MATH_H_
4
5
SQRESULT
sqstd_register_mathlib
(
HSQUIRRELVM v
);
6
7
#endif
/*_SQSTD_MATH_H_*/