mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-18 22:05:44 +01:00
the comment was using single-line comments, I prefer multi-line comments now. This bothered me for much too long.
11 lines
211 B
C
11 lines
211 B
C
/* Copyright (c) 2025 Quinn
|
|
* Licensed under the MIT Licence. See LICENSE for details */
|
|
#pragma once
|
|
|
|
#include <glad/gl.h>
|
|
|
|
#include <GLFW/glfw3.h>
|
|
|
|
int render_init(void);
|
|
void render_update(GLFWwindow *win);
|