]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/include/SDLptc.h
Virtual Jaguar 1.0.4 update (Shamus)
[virtualjaguar] / src / include / SDLptc.h
index 0827956f9675639adbecf075bce5a665fbff4394..c7f366b49d4e37c6285bdaae189e688d81294d19 100644 (file)
 #define __SDLPTC_H__
 
 #include "SDL.h"
-#ifdef __PORT__
 #include <string.h>
 #include <stdlib.h>
-#endif // #ifdef __PORT__
-
 #include "types.h"
 
-#ifndef __PORT__
-#define randomize()    srand(time(NULL))
-#define random(max)    (rand() % (max))
-#endif // #ifndef __PORT__
 
 class Error
 {
@@ -256,4 +249,4 @@ class Console: public Surface
                int nJoystick;
 };
 
-#endif // #ifndef __SDLPTC_H__
+#endif // __SDLPTC_H__