mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
constructor is almost matching
This commit is contained in:
18
LEGO1/legobackgroundcolor.cpp
Normal file
18
LEGO1/legobackgroundcolor.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#include "legobackgroundcolor.h"
|
||||
#include "legoomni.h"
|
||||
#include "legoutil.h"
|
||||
|
||||
// OFFSET: LEGO1 0x1003bfb0
|
||||
LegoBackgroundColor::LegoBackgroundColor(const char* name, const char* colorString)
|
||||
{
|
||||
this->m_name.operator=(name);
|
||||
this->m_name.ToUpperCase();
|
||||
SetColorString(colorString);
|
||||
}
|
||||
|
||||
|
||||
|
||||
void LegoBackgroundColor::SetColorString(const char* colorString)
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user