mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
Move menu parsing classes to menu namespace
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
#include "MenuFileParserState.h"
|
||||
|
||||
MenuFileParserState::MenuFileParserState(const MenuFeatureLevel featureLevel)
|
||||
using namespace menu;
|
||||
|
||||
MenuFileParserState::MenuFileParserState(const FeatureLevel featureLevel)
|
||||
: m_feature_level(featureLevel),
|
||||
m_in_global_scope(false)
|
||||
{
|
||||
|
Reference in New Issue
Block a user