mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 15:21:15 +00:00
7 lines
121 B
C++
7 lines
121 B
C++
#include "mxvariabletable.h"
|
|
|
|
void MxVariableTable::SetVariable(const char* key, const char* value)
|
|
{
|
|
// FIXME: Stub
|
|
}
|