Fixed syntax, it builds now.

This commit is contained in:
evilynux 2007-01-21 06:08:50 +00:00
parent 2c43d73d59
commit e9928f3adf
1 changed files with 1 additions and 1 deletions

View File

@ -670,7 +670,7 @@ typedef struct
int (*Init)(); // Initializes stuff related to core int (*Init)(); // Initializes stuff related to core
void (*DeInit)(); // Deinitializes stuff related to core void (*DeInit)(); // Deinitializes stuff related to core
void (*Resize)(int width, int height, BOOL fullscreen); // Resizes window or fullscreen void (*Resize)(int width, int height, BOOL fullscreen); // Resizes window or fullscreen
void (*OnScreenText)(char *string, ..); // For handling save state messages, etc. void (*OnScreenText)(char *string, ...); // For handling save state messages, etc.
} GraphicsInterface_struct; } GraphicsInterface_struct;
void GPU_setVideoProp(GPU *, u32 p); void GPU_setVideoProp(GPU *, u32 p);