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