isle-portable/LEGO1/mxvariabletable.h
2023-05-05 02:54:17 -07:00

10 lines
195 B
C++

#ifndef MXVARIABLETABLE_H
#define MXVARIABLETABLE_H
class MxVariableTable
{
public:
__declspec(dllexport) void SetVariable(const char *key, const char *value);
};
#endif // MXVARIABLETABLE_H