mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-22 01:55:25 -04:00
54d7eb0662
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
12 lines
118 B
C++
12 lines
118 B
C++
#include "LogManager.h"
|
|
|
|
LogManager::LogManager()
|
|
{
|
|
//ctor
|
|
}
|
|
|
|
LogManager::~LogManager()
|
|
{
|
|
//dtor
|
|
}
|