Everything compiles. Some kludges left regarding version and pversion. Now to get it to link...

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1037 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2009-09-19 23:49:52 +00:00
parent b3f2deedac
commit 93efc7e9e9
12 changed files with 49 additions and 4 deletions

View File

@@ -28,6 +28,10 @@
#include "misc.h"
#include "input.h"
#ifdef __VBCC__
#define __attribute__(x)
#endif
void Handle_window_resize(SDL_ResizeEvent event);
void Handle_window_exit(SDL_QuitEvent event);