summaryrefslogtreecommitdiff
path: root/src/star.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/star.h')
-rw-r--r--src/star.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/star.h b/src/star.h
index db34db6..7de8e8e 100644
--- a/src/star.h
+++ b/src/star.h
@@ -8,6 +8,6 @@ typedef struct Star {
} Star;
Star StarCreate();
-void StarUpdate(Star *star);
+void StarUpdate(Star *star, float screen_center_x, float screen_center_y);
Vector3 Generate3DPosition();