WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
URLImportHandler.h
Go to the documentation of this file.
1#pragma once
2
3// ---- URL import (Armory / Wowhead) ----------------------------------------
4// Extracted from main.cpp.
5
6struct AppState;
7
8namespace URLImportHandler
9{
10
13void doImport(AppState& app);
14
15} // namespace URLImportHandler
void doImport(AppState &app)
Top-level aggregate of all mutable application state.
Definition AppState.h:261