mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Small warning fixes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@360 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -173,7 +173,7 @@ EXPORT void CALL Video_AddMessage(const char* pstr, unsigned int milliseconds);
|
||||
// input: The chunkfile to write to? FIXME
|
||||
// output: none
|
||||
//
|
||||
EXPORT void CALL Video_SaveState();
|
||||
EXPORT void CALL Video_SaveState(void);
|
||||
|
||||
// __________________________________________________________________________________________________
|
||||
// Function: Video_LoadState
|
||||
@ -181,7 +181,7 @@ EXPORT void CALL Video_SaveState();
|
||||
// input: The chunkfile to read from? FIXME
|
||||
// output: none
|
||||
//
|
||||
EXPORT void CALL Video_LoadState();
|
||||
EXPORT void CALL Video_LoadState(void);
|
||||
|
||||
#include "ExportEpilog.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user