content browser and textures on entity sprites

This commit is contained in:
Erris
2026-02-27 10:45:44 +01:00
parent cee0f42164
commit 9de9609dee
23 changed files with 809 additions and 213 deletions

View File

@@ -13,8 +13,9 @@
#include <imgui.h>
namespace OpenEngine {
Application::Application(const std::string& name)
: name(name)
Application::Application(const std::string& name,
ApplicationCommandLineArgs& args)
: name(name), arguments(args)
{
OE_PROFILE_FUNCTION();