diff options
Diffstat (limited to 'src/gpu/gpu.h')
| -rw-r--r-- | src/gpu/gpu.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gpu/gpu.h b/src/gpu/gpu.h new file mode 100644 index 0000000..02204af --- /dev/null +++ b/src/gpu/gpu.h @@ -0,0 +1,6 @@ +#pragma once +struct GLFWwindow; + +void gpu_init(GLFWwindow* window); +void gpu_draw(); +void gpu_shutdown(); |
