aboutsummaryrefslogtreecommitdiff
path: root/graphics.h
blob: 8889bf7d15d389d441d2e63c61b10d9ed53194dd (plain)
1
2
3
4
5
6
7
8
9
#ifndef GRAPHICS_H_
#define GRAPHICS_H_

#include "state.h"

bool init_gl(client_state* state);
void render_frame(client_state* state);

#endif