diff options
author | pixel <pixel> | 2003-07-12 03:12:36 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-07-12 03:12:36 +0000 |
commit | d265a7fde35d0b5040f79d490d137deaff57f0b7 (patch) | |
tree | 454854b79e27f91199cc1319a562388aa4e640ba /src | |
parent | e0f0cfd81fbec4fc20a591409f1bef67e16d62e7 (diff) |
Fixed some win32 things
Diffstat (limited to 'src')
-rw-r--r-- | src/test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test.cc b/src/test.cc index aafdbf8..892148f 100644 --- a/src/test.cc +++ b/src/test.cc @@ -1,10 +1,11 @@ #include <sys/types.h> +#include <math.h> #include <SDL.h> #ifdef HAVE_CONFIG_H #include "config.h" #else #endif -#include "gettext.h" +//#include "gettext.h" #include <generic.h> #include <Main.h> #include <Input.h> @@ -17,7 +18,6 @@ #include "glsprite.h" #include "glshape.h" - CODE_BEGINS virtual int startup() throw (GeneralException) { int sx1, sx2, sy1, sy2; |