Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
SaveFilePickerModal.h File Reference

Centralized Save As modal for all file save operations (Phase 40 Enhancement). More...

#include <string>
#include <vector>
+ Include dependency graph for SaveFilePickerModal.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Olympe::SaveFilePickerModal
 Centralized ImGui modal dialog for file saving across all editors. More...
 

Namespaces

namespace  Olympe
 < Provides AssetID and INVALID_ASSET_ID
 

Enumerations

enum class  Olympe::SaveFileType { Olympe::BehaviorTree , Olympe::Blueprint , Olympe::EntityPrefab , Olympe::Audio }
 Supported file types for the centralized save modal. More...
 

Detailed Description

Centralized Save As modal for all file save operations (Phase 40 Enhancement).

Author
Olympe Engine
Date
2026-03-21

Provides a unified ImGui modal dialog for file saving across all editors. Automatically handles file extensions based on file type.

Definition in file SaveFilePickerModal.h.