mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-01-01 09:00:34 +00:00
10 lines
136 B
C
10 lines
136 B
C
|
#ifndef __ZELDA_GAME_H__
|
||
|
#define __ZELDA_GAME_H__
|
||
|
|
||
|
namespace zelda64 {
|
||
|
void quicksave_save();
|
||
|
void quicksave_load();
|
||
|
};
|
||
|
|
||
|
#endif
|