-moved script to modules
This commit is contained in:
parent
51609ffc04
commit
4b07eb8deb
43 changed files with 597 additions and 148 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue