1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-05-12 05:40:33 -04:00
isle/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