]> git.lizzy.rs Git - shadowclad.git/blobdiff - src/engine/ui.c
Add prelude with UNUSED macro
[shadowclad.git] / src / engine / ui.c
index 7a8da1db5526a99527a69e13592825fccce90f3f..3bd283a17be5efa0af881ec9a057c33e8ac3a08f 100644 (file)
@@ -1,8 +1,9 @@
 #include "ui.h"
 
+#include "_prelude.h"
 #include "render.h"
 
-void resizeStage(GLFWwindow* window, int width, int height) {
+void resizeStage(GLFWwindow* window UNUSED, int width, int height) {
        if (height == 0)
                height = 1;