6 lines
183 B
C++
6 lines
183 B
C++
|
#pragma once
|
||
|
#include "renderer.hpp"
|
||
|
|
||
|
void OnWindowResize(GLFWwindow* window, int width, int height);
|
||
|
void OnKeyDown(GLFWwindow* window, int key, int scancode, int action, int mods);
|