Skip to content
Snippets Groups Projects
Commit b1b8b943 authored by Mark Winter's avatar Mark Winter
Browse files

Renamed WrapCmds to ScriptCmds

parent 1df86889
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#define GENERATE_SCRIPT_COMMANDS #define GENERATE_SCRIPT_COMMANDS
#include "../WrapCmds/GenCommands.h" #include "ScriptCmds/GenCommands.h"
#undef GENERATE_SCRIPT_COMMANDS #undef GENERATE_SCRIPT_COMMANDS
......
File moved
File moved
...@@ -11,5 +11,5 @@ ...@@ -11,5 +11,5 @@
#undef max #undef max
#undef min #undef min
#include "../WrapCmds/ScriptHelpers.h" #include "ScriptCmds/ScriptHelpers.h"
#include "../WrapCmds/ScriptCommand.h" #include "ScriptCmds/ScriptCommand.h"
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment