mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:47:42 +00:00
Update fixNES integration
This commit is contained in:
@@ -230,11 +230,9 @@ enum class EScriptObjectMessage
|
||||
SuspendedMove = 48
|
||||
};
|
||||
|
||||
#ifndef NDEBUG
|
||||
std::string_view ScriptObjectTypeToStr(EScriptObjectType type);
|
||||
std::string_view ScriptObjectStateToStr(EScriptObjectState state);
|
||||
std::string_view ScriptObjectMessageToStr(EScriptObjectMessage message);
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user