isle-portable/lib/mxvariabletable.h

11 lines
195 B
C
Raw Normal View History

2023-04-27 22:19:39 -04:00
#ifndef MXVARIABLETABLE_H
#define MXVARIABLETABLE_H
class MxVariableTable
{
public:
__declspec(dllexport) void SetVariable(const char *key, const char *value);
};
#endif // MXVARIABLETABLE_H