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