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

Various character imps

This commit is contained in:
Jack Andersen
2016-04-10 17:59:54 -10:00
parent fc6cb2ec33
commit 8242c3edda
41 changed files with 826 additions and 215 deletions

View File

@@ -9,7 +9,7 @@ class CCallStack
const char* x0_fileAndLineStr;
const char* x4_typeStr;
public:
CCallStack(char const* fileAndLineStr, char const* typeStr)
CCallStack(const char* fileAndLineStr, const char* typeStr)
: x0_fileAndLineStr(fileAndLineStr), x4_typeStr(typeStr) {}
const char* GetFileAndLineText() const {return x0_fileAndLineStr;}
const char* GetTypeText() const {return x4_typeStr;}