summaryrefslogtreecommitdiffhomepage
path: root/src/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render.h')
-rw-r--r--src/render.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render.h b/src/render.h
index 7a16c83..7e066c4 100644
--- a/src/render.h
+++ b/src/render.h
@@ -6,7 +6,7 @@
#include "world.h"
void
-renderWorld(World* world, Camera* camera);
+renderWorld(World* world, Camera camera);
#endif