From 80c74c80615693cf4b8a5090121dad8d14ccfb0f Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 11 Dec 2024 11:50:06 +0500 Subject: feat: mouse can control the world view --- src/star.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/star.h') 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(); -- cgit v1.2.3