implemented SDL3 as an option for window manager
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#include "enums/WindowType.hpp"
|
||||
#include "Color.hpp"
|
||||
|
||||
|
||||
namespace TSE::GLFW
|
||||
{
|
||||
class WindowGlfw : public IWindow
|
||||
|
||||
3
TSE_GlfwImpl/src/WindowManager.hpp
Normal file
3
TSE_GlfwImpl/src/WindowManager.hpp
Normal file
@@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#define TSE_GLFW
|
||||
Reference in New Issue
Block a user