Add SDL2.

This commit is contained in:
rude
2013-09-25 20:15:07 +02:00
parent 60f7d8f0fe
commit c9f4f8a409
859 changed files with 310913 additions and 0 deletions
@@ -0,0 +1,12 @@
/*
* common.h
* written by Holmes Futrell
* use however you want
*/
#define SCREEN_WIDTH 320
#define SCREEN_HEIGHT 480
extern int randomInt(int min, int max);
extern float randomFloat(float min, float max);
extern void fatalError(const char *string);