mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-05 22:35:06 +01:00
10 lines
146 B
C++
10 lines
146 B
C++
#ifndef __OVL_PATCHES_HPP__
|
|
#define __OVL_PATCHES_HPP__
|
|
|
|
namespace zelda64 {
|
|
void register_overlays();
|
|
void register_patches();
|
|
}
|
|
|
|
#endif
|