tmp
This commit is contained in:
parent
84046e89be
commit
25fd52294f
4 changed files with 26 additions and 38 deletions
|
|
@ -1,13 +1,10 @@
|
|||
|
||||
#include "Window.hpp"
|
||||
#include "WindowContext.hpp"
|
||||
#include "Allocators.hpp"
|
||||
|
||||
// -------- OpenGL -------- //
|
||||
#include <GL/glew.h>
|
||||
|
||||
// -------- Window Context -------- //
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
#ifdef ENV_OS_WINDOWS
|
||||
#define GLFW_EXPOSE_NATIVE_WIN32
|
||||
#endif
|
||||
|
|
@ -16,9 +13,7 @@
|
|||
#define GLFW_EXPOSE_NATIVE_WAYLAND
|
||||
#endif
|
||||
|
||||
#include <GLFW/glfw3native.h>
|
||||
|
||||
#include <array>
|
||||
#include <GLFW/glfw3.h>
|
||||
#include <cstdio>
|
||||
|
||||
namespace tp {
|
||||
|
|
|
|||
|
|
@ -1,12 +1,13 @@
|
|||
#pragma once
|
||||
|
||||
#include "Window.hpp"
|
||||
|
||||
#include "Color.hpp"
|
||||
#include "Rect.hpp"
|
||||
|
||||
#include "Buffer.hpp"
|
||||
|
||||
namespace tp {
|
||||
class Window;
|
||||
|
||||
class DebugGUI {
|
||||
class Context;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue