|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
#include "FileBrowserPanel.h"#include "imgui.h"#include <string>#include <map>#include <deque>#include <format>#include <algorithm>#include <functional>#include "Logger.h"#include "Game.h"#include "WoWFolder.h"#include "string_utils.h"Go to the source code of this file.
Namespaces | |
| namespace | FileBrowserPanel |
Functions | |
| GameFile * | FileBrowserPanel::draw (bool &visible, const LoadState &load) |
| void | FileBrowserPanel::markDirty () |
| Mark the file tree as dirty so it will be rebuilt on the next draw(). | |
| void | FileBrowserPanel::shutdown () |
| Free all internal allocations (call at application shutdown). | |