X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Finclude%2FSDLptc.h;h=c7f366b49d4e37c6285bdaae189e688d81294d19;hb=fa566a2c8ec532eb5325b4d5a663fb2a7d72adc6;hp=0827956f9675639adbecf075bce5a665fbff4394;hpb=0031c06df2f7f099ca5ecf1632f46b92f6b0dd79;p=virtualjaguar diff --git a/src/include/SDLptc.h b/src/include/SDLptc.h index 0827956..c7f366b 100644 --- a/src/include/SDLptc.h +++ b/src/include/SDLptc.h @@ -10,17 +10,10 @@ #define __SDLPTC_H__ #include "SDL.h" -#ifdef __PORT__ #include #include -#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__