Files
GDevelop/IDE/LogManager.cpp
T
Florian 54d7eb0662 Added log file option.
Tried to correct the fact that SFML does not intercept events when used on a wxSFMLCanvas on linux by emulating these events. TODO: Test it
Adapted to changes in GDCore.

git-svn-id: svn://localhost@701 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-04-27 20:53:21 +00:00

12 lines
118 B
C++

#include "LogManager.h"
LogManager::LogManager()
{
//ctor
}
LogManager::~LogManager()
{
//dtor
}