mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
reorganized repo, implemented mxcore
This commit is contained in:
10
LEGO1/mxvariabletable.h
Normal file
10
LEGO1/mxvariabletable.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef MXVARIABLETABLE_H
|
||||
#define MXVARIABLETABLE_H
|
||||
|
||||
class MxVariableTable
|
||||
{
|
||||
public:
|
||||
__declspec(dllexport) void SetVariable(const char *key, const char *value);
|
||||
};
|
||||
|
||||
#endif // MXVARIABLETABLE_H
|
Reference in New Issue
Block a user