Actor Editor: Copy-and-paste. Folder memory. Entity creation. Fixed importing.

This was SVN commit r2084.
This commit is contained in:
Ykkrosh
2005-03-30 10:37:44 +00:00
parent 827e06b8e4
commit b07d9954e0
26 changed files with 360 additions and 93 deletions
@@ -11,6 +11,8 @@ public:
// relative to the current working directory.
static void SetSystemDirectory(const wxString& dir);
static wxString GetSystemDirectory() { return systemDir; }
private:
static wxString systemDir;
};