From ba3a68a4f73f6653b1e1b095abc08234dedc504d Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Sat, 11 Oct 2025 01:45:08 -0400 Subject: added graphics.h --- graphics.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 graphics.h (limited to 'graphics.h') diff --git a/graphics.h b/graphics.h new file mode 100644 index 0000000..8889bf7 --- /dev/null +++ b/graphics.h @@ -0,0 +1,9 @@ +#ifndef GRAPHICS_H_ +#define GRAPHICS_H_ + +#include "state.h" + +bool init_gl(client_state* state); +void render_frame(client_state* state); + +#endif -- cgit v1.2.3