mirror of
https://github.com/brammie15/VoxelRenderer.git
synced 2025-12-20 03:19:19 +01:00
Initial commit.
This commit is contained in:
16
gloom/src/program.hpp
Normal file
16
gloom/src/program.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef PROGRAM_HPP
|
||||
#define PROGRAM_HPP
|
||||
#pragma once
|
||||
|
||||
// System headers
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
|
||||
// Main OpenGL program
|
||||
void runProgram(GLFWwindow* mWindow);
|
||||
|
||||
// GLFW callback mechanisms
|
||||
void keyboardCallback(GLFWwindow* window, int key, int scancode,
|
||||
int action, int mods);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user