1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

removed wron return types, fixes #2483

removed console, which was obsolete and unused sine long long ago
This commit is contained in:
reduz
2015-12-29 18:46:21 -03:00
parent 196b3e03fc
commit 555ad5f8b7
4 changed files with 1 additions and 504 deletions

View File

@@ -56,7 +56,7 @@
#ifdef TOOLS_ENABLED
#include "tools/editor/editor_node.h"
#include "tools/editor/project_manager.h"
#include "tools/editor/console.h"
#include "tools/pck/pck_packer.h"
#endif