We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f79a6 commit 7ea5f14Copy full SHA for 7ea5f14
gme/gme.h
@@ -235,7 +235,7 @@ BLARGG_EXPORT gme_type_t gme_type( Music_Emu const* );
235
236
/* Pointer to array of all music types, with NULL entry at end. Allows a player linked
237
to this library to support new music types without having to be updated. */
238
-BLARGG_EXPORT gme_type_t const* gme_type_list();
+BLARGG_EXPORT gme_type_t const* gme_type_list( void );
239
240
/* Name of game system for this music file type */
241
BLARGG_EXPORT const char* gme_type_system( gme_type_t );
0 commit comments