Zelda64Recomp/include/ovl_patches.hpp

10 lines
146 B
C++
Raw Normal View History

2024-06-04 19:12:43 -04:00
#ifndef __OVL_PATCHES_HPP__
#define __OVL_PATCHES_HPP__
namespace zelda64 {
void register_overlays();
void register_patches();
}
#endif