Separate all I/O functions in a separate file
This commit is contained in:
parent
beb8332854
commit
1bdde4aed1
6 changed files with 141 additions and 129 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue