2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-11 00:27:43 +00:00

Add CVarValueReference

This commit is contained in:
2021-06-04 01:28:03 -07:00
parent 0b523f98c3
commit 96680d2660
4 changed files with 65 additions and 11 deletions

View File

@@ -216,6 +216,8 @@ private:
bool m_warping = false;
std::map<TEditorId, std::set<SConnection>> m_incomingConnections;
bool m_logScripting = false;
std::optional<hecl::CVarValueReference<bool>> m_logScriptingReference;
void UpdateThermalVisor();
static void RendererDrawCallback(void*, void*, int);