chiark
/
gitweb
/
~mdw
/
newkind
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Buttload of hacking.
[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