You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
-moved script to modules
This commit is contained in:
@@ -35,10 +35,10 @@
|
||||
|
||||
#ifdef GDSCRIPT_ENABLED
|
||||
|
||||
#include "script/gdscript/gd_tokenizer.h"
|
||||
#include "script/gdscript/gd_parser.h"
|
||||
#include "script/gdscript/gd_compiler.h"
|
||||
#include "script/gdscript/gd_script.h"
|
||||
#include "modules/gdscript/gd_tokenizer.h"
|
||||
#include "modules/gdscript/gd_parser.h"
|
||||
#include "modules/gdscript/gd_compiler.h"
|
||||
#include "modules/gdscript/gd_script.h"
|
||||
|
||||
|
||||
namespace TestGDScript {
|
||||
|
||||
Reference in New Issue
Block a user