Files
2ship2harkinian-Android/mm/2s2h/DeveloperTools/DeveloperTools.h
Archez d4fff4c5fb Add skip title opening and create save with debug inventory enhancements (#312)
* add skip title opening and save with debug inv enhancements

* feedback
2024-05-22 09:05:03 -05:00

17 lines
373 B
C

#ifndef DEVELOPER_TOOLS_H
#define DEVELOPER_TOOLS_H
enum DebugSaveInfo {
DEBUG_SAVE_INFO_NONE,
DEBUG_SAVE_INFO_VANILLA_DEBUG,
DEBUG_SAVE_INFO_COMPLETE,
};
void RegisterDebugSaveCreate();
void RegisterPreventActorUpdateHooks();
void RegisterPreventActorDrawHooks();
void RegisterPreventActorInitHooks();
void InitDeveloperTools();
#endif // DEVELOPER_TOOLS_H