added rest of basics in TSE_Core

This commit is contained in:
2026-01-17 21:06:02 +01:00
parent d09953f476
commit 117c1e6adb
27 changed files with 2908 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
#include "interfaces/IInputManager.hpp"
#include "GLFW/glfw3.h"
namespace TSE
namespace TSE::GLFW
{
class InputGlfw : public IInputManager
{