mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
(Refactor) Use more forward declarations (#881)
* Use more forward declarations * Use more forward declarations * Add more forward declarations * Fix
This commit is contained in:

committed by
GitHub

parent
01b861bc09
commit
51adf75b9b
@@ -10,6 +10,7 @@
|
||||
class MxVariable {
|
||||
public:
|
||||
MxVariable() {}
|
||||
|
||||
// FUNCTION: BETA10 0x1012a840
|
||||
MxVariable(const char* p_key, const char* p_value)
|
||||
{
|
||||
@@ -17,6 +18,7 @@ public:
|
||||
m_key.ToUpperCase();
|
||||
m_value = p_value;
|
||||
}
|
||||
|
||||
// FUNCTION: BETA10 0x1012aa30
|
||||
MxVariable(const char* p_key)
|
||||
{
|
||||
|
Reference in New Issue
Block a user