WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
FileBrowserPanel.h
Go to the documentation of this file.
1#pragma once
2
3class GameFile;
4
5namespace FileBrowserPanel
6{
7
11{
12 bool isLoaded = false;
13 bool inProgress = false;
14 float progress = 0.0f; // 0..1
15 const char* statusText = "";
16};
17
23GameFile* draw(bool& visible, const LoadState& load);
24
26void markDirty();
27
29void shutdown();
30
31} // namespace FileBrowserPanel
Abstract base class representing a file within the game data archive.
Definition GameFile.h:12
GameFile * draw(bool &visible, const LoadState &load)
void shutdown()
Free all internal allocations (call at application shutdown).
void markDirty()
Mark the file tree as dirty so it will be rebuilt on the next draw().