mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
Add basic parsing for menu lists with only loadMenus instructions
This commit is contained in:
7
src/ObjLoading/Parsing/Menu/MenuFileParserState.cpp
Normal file
7
src/ObjLoading/Parsing/Menu/MenuFileParserState.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
#include "MenuFileParserState.h"
|
||||
|
||||
MenuFileParserState::MenuFileParserState(const MenuFeatureLevel featureLevel)
|
||||
: m_feature_level(featureLevel),
|
||||
m_in_global_scope(false)
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user