mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
import all functions from lego1 exports
This declares a bunch of classes and functions for us, as well as fixes some declarations that were slightly incorrect (e.g. missing "virtual", etc)
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
class MxString : public MxCore
|
||||
{
|
||||
public:
|
||||
__declspec(dllexport) MxString(const MxString &);
|
||||
__declspec(dllexport) virtual ~MxString();
|
||||
__declspec(dllexport) const MxString &operator=(const char *);
|
||||
|
||||
private:
|
||||
char *m_data;
|
||||
|
Reference in New Issue
Block a user