2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:47:42 +00:00

Much CModel work

This commit is contained in:
Jack Andersen
2016-03-30 16:44:43 -10:00
parent 0f22256d35
commit b373493cf3
17 changed files with 313 additions and 127 deletions

View File

@@ -22,6 +22,7 @@ class ViewManager : public specter::IViewManager
friend class SplitSpace;
hecl::Runtime::FileStoreManager& m_fileStoreManager;
std::experimental::optional<hecl::Runtime::ShaderCacheManager> m_shaderCacheManager;
hecl::CVarManager& m_cvarManager;
ProjectManager m_projManager;
specter::FontCache m_fontCache;