1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-03-31 00:50:18 -04:00
isle/lib/mxatomid.h
2023-04-27 19:19:39 -07:00

14 lines
213 B
C++

#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