WoopsiGfx 1.4
Nintendo DS 2D Graphics Library
libwoopsigfx/include/defines.h
00001 #ifndef _DEFINES_H_
00002 #define _DEFINES_H_
00003 
00007 #define SCREEN_WIDTH 256
00008 
00012 #define SCREEN_HEIGHT 192
00013 
00017 #ifndef NULL
00018 #define NULL 0
00019 #endif
00020 
00021 #endif