mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Added premake4.lua file, to create projects more easily, still WIP.
Cleaned up a little bit the MemoryManager, i'm looking how to make it work when eepp is compiled as a shared library.
This commit is contained in:
@@ -346,15 +346,9 @@ class EE_API cWindow {
|
||||
cTimeElapsed * FrameElapsed;
|
||||
eeFloat ElapsedTime;
|
||||
|
||||
cFrameData() :
|
||||
FrameElapsed(NULL),
|
||||
ElapsedTime(0)
|
||||
{}
|
||||
cFrameData();
|
||||
|
||||
~cFrameData()
|
||||
{
|
||||
eeSAFE_DELETE( FrameElapsed );
|
||||
}
|
||||
~cFrameData();
|
||||
};
|
||||
|
||||
cFrameData mFrameData;
|
||||
|
||||
Reference in New Issue
Block a user