diff options
Diffstat (limited to 'src/star.h')
| -rw-r--r-- | src/star.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,9 +5,10 @@ typedef struct Star { Vector2 size, renderPosition; float velocity; Color color; + Texture *texture; } Star; -Star StarCreate(); +Star StarCreate(Texture *texture); void StarUpdate(Star *star, float screen_center_x, float screen_center_y); Vector3 Generate3DPosition(); |
