preparing for basic model loading once for several entities

This commit is contained in:
Erris
2026-03-12 20:04:57 +01:00
parent 913d1437c0
commit 076fe75409
3 changed files with 50 additions and 14 deletions

View File

@@ -0,0 +1,10 @@
#ifndef MODELS_PANEL_HPP
#define MODELS_PANEL_HPP
namespace OpenEngine {
void ModelsPanelOnImGuiRender();
}
#endif // MODELS_PANEL_HPP