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

@@ -31,6 +31,10 @@
#define ZOOMX 2
#define ZOOMY 1
#ifdef __VBCC__
#define __attribute__(x)
#endif
void Pixel_wide (word x,word y,byte color)
/* Affiche un pixel de la color aux coords x;y à l'écran */
{