diff options
author | Stijn Buys <ingar@osirion.org> | 2007-10-21 23:54:57 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2007-10-21 23:54:57 +0000 |
commit | f8e9eab39a5e96d478762d06e27ec38f80128435 (patch) | |
tree | bf55c75dbedb1212f3effa23aa6df94932edf22d /src/common | |
parent | 621f4ad1d509665e19738525c80e104b80fb7b26 (diff) |
namespace and class cleanups
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/functions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/functions.h b/src/common/functions.h index 62cf627..d13fd17 100644 --- a/src/common/functions.h +++ b/src/common/functions.h @@ -11,6 +11,7 @@ #include <cstdlib> #include <cmath> +/// Support functions for the game engine namespace common { /// return the smallest of two float values |