diff options
Diffstat (limited to 'graphics.h')
| -rw-r--r-- | graphics.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
