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:
14
LEGO1/mxatomid.h
Normal file
14
LEGO1/mxatomid.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef MXATOMID_H
|
||||
#define MXATOMID_H
|
||||
|
||||
class MxAtomId
|
||||
{
|
||||
public:
|
||||
__declspec(dllexport) MxAtomId &operator=(const MxAtomId &id);
|
||||
__declspec(dllexport) ~MxAtomId();
|
||||
|
||||
char *m_internal;
|
||||
|
||||
};
|
||||
|
||||
#endif // MXATOMID_H
|
Reference in New Issue
Block a user