mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Add skip title opening and create save with debug inventory enhancements (#312)
* add skip title opening and save with debug inv enhancements * feedback
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
#pragma once
|
||||
#ifndef DEVELOPER_TOOLS_H
|
||||
#define DEVELOPER_TOOLS_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
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();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif // DEVELOPER_TOOLS_H
|
||||
|
||||
Reference in New Issue
Block a user