mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
Add asset loading states per zone for the usecase of saving loaded menus and menu functions
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "MenuAssetZoneState.h"
|
||||
#include "Utils/ClassUtils.h"
|
||||
#include "MenuFileParserState.h"
|
||||
#include "Parsing/Simple/SimpleLexer.h"
|
||||
@ -26,6 +27,7 @@ namespace menu
|
||||
|
||||
public:
|
||||
MenuFileParser(SimpleLexer* lexer, FeatureLevel featureLevel);
|
||||
MenuFileParser(SimpleLexer* lexer, FeatureLevel featureLevel, const MenuAssetZoneState* zoneState);
|
||||
_NODISCARD MenuFileParserState* GetState() const;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user