summaryrefslogtreecommitdiff
path: root/src/star.h
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-12-11 11:50:06 +0500
committerilotterytea <iltsu@alright.party>2024-12-11 11:50:06 +0500
commit80c74c80615693cf4b8a5090121dad8d14ccfb0f (patch)
tree35eded3126e68e182b51314ed80407da099352e5 /src/star.h
parentcbeb0314a90edb5ce28df2a8892160c0023320cb (diff)
feat: mouse can control the world view
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();