mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 08:05:45 +00:00
Move MenuMatcherFactory to Matcher folder
This commit is contained in:
parent
0f017749c8
commit
ab7b516918
@ -1,7 +1,7 @@
|
|||||||
#include "FunctionPropertySequences.h"
|
#include "FunctionPropertySequences.h"
|
||||||
|
|
||||||
#include "GenericStringPropertySequence.h"
|
#include "GenericStringPropertySequence.h"
|
||||||
#include "Parsing/Menu/MenuMatcherFactory.h"
|
#include "Parsing/Menu/Matcher/MenuMatcherFactory.h"
|
||||||
|
|
||||||
using namespace menu;
|
using namespace menu;
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
#include "Parsing/Menu/MenuMatcherFactory.h"
|
#include "Parsing/Menu/Matcher/MenuMatcherFactory.h"
|
||||||
|
|
||||||
using namespace menu;
|
using namespace menu;
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
#include "Parsing/Menu/MenuMatcherFactory.h"
|
#include "Parsing/Menu/Matcher/MenuMatcherFactory.h"
|
||||||
|
|
||||||
using namespace menu;
|
using namespace menu;
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
#include "Parsing/Menu/MenuMatcherFactory.h"
|
#include "Parsing/Menu/Matcher/MenuMatcherFactory.h"
|
||||||
|
|
||||||
using namespace menu;
|
using namespace menu;
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
#include "Parsing/Menu/MenuMatcherFactory.h"
|
#include "Parsing/Menu/Matcher/MenuMatcherFactory.h"
|
||||||
|
|
||||||
using namespace menu;
|
using namespace menu;
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
#include "Parsing/Menu/MenuMatcherFactory.h"
|
#include "Parsing/Menu/Matcher/MenuMatcherFactory.h"
|
||||||
|
|
||||||
using namespace menu;
|
using namespace menu;
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
#include "Parsing/Menu/MenuMatcherFactory.h"
|
#include "Parsing/Menu/Matcher/MenuMatcherFactory.h"
|
||||||
|
|
||||||
using namespace menu;
|
using namespace menu;
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#include "GenericIntPropertySequence.h"
|
#include "GenericIntPropertySequence.h"
|
||||||
#include "GenericKeywordPropertySequence.h"
|
#include "GenericKeywordPropertySequence.h"
|
||||||
#include "GenericStringPropertySequence.h"
|
#include "GenericStringPropertySequence.h"
|
||||||
#include "Parsing/Menu/MenuMatcherFactory.h"
|
#include "Parsing/Menu/Matcher/MenuMatcherFactory.h"
|
||||||
|
|
||||||
using namespace menu;
|
using namespace menu;
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#include "GenericIntPropertySequence.h"
|
#include "GenericIntPropertySequence.h"
|
||||||
#include "GenericKeywordPropertySequence.h"
|
#include "GenericKeywordPropertySequence.h"
|
||||||
#include "GenericStringPropertySequence.h"
|
#include "GenericStringPropertySequence.h"
|
||||||
#include "Parsing/Menu/MenuMatcherFactory.h"
|
#include "Parsing/Menu/Matcher/MenuMatcherFactory.h"
|
||||||
#include "Parsing/Menu/Domain/CommonMenuTypes.h"
|
#include "Parsing/Menu/Domain/CommonMenuTypes.h"
|
||||||
|
|
||||||
using namespace menu;
|
using namespace menu;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
||||||
#include "Parsing/Menu/MenuMatcherFactory.h"
|
#include "Parsing/Menu/Matcher/MenuMatcherFactory.h"
|
||||||
|
|
||||||
using namespace menu;
|
using namespace menu;
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "SequenceFunctionDef.h"
|
#include "SequenceFunctionDef.h"
|
||||||
|
|
||||||
#include "Parsing/Menu/MenuMatcherFactory.h"
|
#include "Parsing/Menu/Matcher/MenuMatcherFactory.h"
|
||||||
|
|
||||||
using namespace menu;
|
using namespace menu;
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "SequenceItemDef.h"
|
#include "SequenceItemDef.h"
|
||||||
|
|
||||||
#include "Parsing/Menu/MenuMatcherFactory.h"
|
#include "Parsing/Menu/Matcher/MenuMatcherFactory.h"
|
||||||
|
|
||||||
using namespace menu;
|
using namespace menu;
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "SequenceLoadMenu.h"
|
#include "SequenceLoadMenu.h"
|
||||||
|
|
||||||
#include "Parsing/Menu/MenuMatcherFactory.h"
|
#include "Parsing/Menu/Matcher/MenuMatcherFactory.h"
|
||||||
|
|
||||||
using namespace menu;
|
using namespace menu;
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "SequenceMenuDef.h"
|
#include "SequenceMenuDef.h"
|
||||||
|
|
||||||
#include "Parsing/Menu/MenuMatcherFactory.h"
|
#include "Parsing/Menu/Matcher/MenuMatcherFactory.h"
|
||||||
|
|
||||||
using namespace menu;
|
using namespace menu;
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "SequenceOpenGlobalScopeBlock.h"
|
#include "SequenceOpenGlobalScopeBlock.h"
|
||||||
|
|
||||||
#include "Parsing/Menu/MenuMatcherFactory.h"
|
#include "Parsing/Menu/Matcher/MenuMatcherFactory.h"
|
||||||
|
|
||||||
using namespace menu;
|
using namespace menu;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user