isle-portable/lib/mxvariabletable.h
2023-04-27 19:19:39 -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