chiark / gitweb /
Proper Subversion configuration.
[newkind] / stars.h
1 #ifndef STARS_H
2 #define STARS_H
3
4 extern int warp_stars;
5
6 void create_new_stars (void);
7 void update_starfield (void);
8 void flip_stars (void);
9
10 #endif
11