content browser and textures on entity sprites
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user