deinit_glx_3Demu is not a void function anymore.

This commit is contained in:
yabause 2013-11-28 00:46:17 +00:00
parent 3b0797a21d
commit f9f6a74a72
1 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@
#ifdef HAVE_GL_GLX
int init_glx_3Demu(void);
void deinit_glx_3Demu(void);
int deinit_glx_3Demu(void);
#endif