mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-30 11:39:07 -07:00
* vb deku stick cheat * it's the 21st now --------- Co-authored-by: Garrett Cox <garrettjcox@gmail.com>
6 lines
122 B
C
6 lines
122 B
C
#ifndef CHEAT_HOOK_HANDLERS_H
|
|
#define CHEAT_HOOK_HANDLERS_H
|
|
|
|
void CheatsRegisterHooks();
|
|
|
|
#endif // CHEAT_HOOK_HANDLERS_H
|