fixed more function signatures

This commit is contained in:
Andre Leiradella 2015-10-09 13:52:15 -03:00
parent 9485298f78
commit 89a7496413

View File

@ -1089,11 +1089,11 @@ int cheevos_load( const char* json )
return -1; return -1;
} }
void cheevos_test() void cheevos_test( void )
{ {
} }
void cheevos_unload() void cheevos_unload( void )
{ {
} }