aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/core/convar/convar.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/core/convar/convar.h')
-rw-r--r--NorthstarDLL/core/convar/convar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDLL/core/convar/convar.h b/NorthstarDLL/core/convar/convar.h
index edc6ac97..4b00e25f 100644
--- a/NorthstarDLL/core/convar/convar.h
+++ b/NorthstarDLL/core/convar/convar.h
@@ -190,3 +190,5 @@ class ConVar
void* m_pMalloc {}; // 0x0070
char m_pPad80[10] {}; // 0x0080
}; // Size: 0x0080
+
+int ParseConVarFlagsString(std::string modName, std::string flags);