cleanup and instrumentation

This commit is contained in:
Erris
2026-01-25 16:12:32 +01:00
parent c8cfed58da
commit 736591415c
61 changed files with 845 additions and 383 deletions

View File

@@ -1,11 +1,10 @@
#ifndef IMGUI_LAYER_HPP
#define IMGUI_LAYER_HPP
#include "../core.hpp"
#include "../layer.hpp"
#include "open_engine/layer.hpp"
namespace OpenEngine {
class OE_API ImGuiLayer : public Layer
class ImGuiLayer : public Layer
{
public:
ImGuiLayer();