The "General Games Chat" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
1st Word:----------------> Playstation 2
1 question: is 30GB monthly usage enough for a decent amount of live play?
Ugh.
I hate morning.
enum FILETYPE {jpg, png, font, sound };
enum TYPE {image, sound, font };
typedef struct
{
std::string id;
TYPE type;
STATUS status;
void *object; /* 3 possible classes Image, Font and sound */
} RESOURCE ;
RESOURCE Resources[100]; /* unknown amount.
int current = 0;