mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-21 17:45:25 -04:00
14fc162b3e
Added expression to get last error ( using the ErrorManager ). Todo : Sockets are not closed properly ( in particularly when being the server and when switching back to edition mode in editor. ) git-svn-id: svn://localhost@287 8062f311-0dae-4547-b526-b8ab9ac864a5
4 lines
75 B
C++
4 lines
75 B
C++
#include "ErrorManager.h"
|
|
|
|
ErrorManager * ErrorManager::_singleton = 0;
|