1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-05-16 07:41:41 -04:00
isle/lib/mxvariabletable.h

11 lines
195 B
C
Raw Normal View History

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