Added AABB Point
This commit is contained in:
@ -5,11 +5,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
// I load GLAD and GLFW Here because they need to be included in specific orders
|
||||
#if SETTING_USE_GLAD == 1
|
||||
#include <glad/glad.h>
|
||||
#endif
|
||||
#include <GLFW/glfw3.h>
|
||||
#include <dawn/dawn.h>
|
||||
#include "../../src/display/render.h"
|
||||
#include "../../src/game/game.h"
|
||||
@ -49,4 +44,5 @@ void glfwOnKey(GLFWwindow *window,
|
||||
);
|
||||
|
||||
|
||||
void glfwOnError(int error, const char* description);
|
||||
void glfwOnError(int error, const char* description);
|
||||
void glfwOnCursor(GLFWwindow *window, double x, double y);
|
Reference in New Issue
Block a user