Implement palette and surface with null methods

This commit is contained in:
Toni Spets 2010-10-16 21:14:26 +03:00
parent 53137e4d8d
commit f10aad6ffb
5 changed files with 123 additions and 2 deletions

View file

@ -42,4 +42,6 @@ typedef struct
} fakeDirectDrawPaletteObject;
extern fakeDirectDrawPalette piface;
#endif