Separate all I/O functions in a separate file

This commit is contained in:
Dimitri Lozeve 2021-03-01 21:00:44 +01:00
parent beb8332854
commit 1bdde4aed1
6 changed files with 141 additions and 129 deletions

View file

@ -34,8 +34,5 @@ unsigned int initialize_framebuffer(unsigned int *framebuffer,
unsigned int texture_width,
unsigned int texture_height);
void framebuffer_size_callback(GLFWwindow *window, int width, int height);
char *basename_without_suffix(const char *filename);
void capture_screenshot(struct renderer_state *state);
void process_input(struct renderer_state *state);
#endif /* RENDERER_H */