Mercurial > garten
annotate modules.h @ 18:5937504619f2
rename game.h -> modules.h; added some error handling; and more
author | meillo@marmaro.de |
---|---|
date | Wed, 23 Jul 2008 17:40:55 +0200 |
parents | game.h@5e6c9260913a |
children |
rev | line source |
---|---|
18
5937504619f2
rename game.h -> modules.h; added some error handling; and more
meillo@marmaro.de
parents:
17
diff
changeset
|
1 int worldclock(void); |
5937504619f2
rename game.h -> modules.h; added some error handling; and more
meillo@marmaro.de
parents:
17
diff
changeset
|
2 int environment(void); |
5937504619f2
rename game.h -> modules.h; added some error handling; and more
meillo@marmaro.de
parents:
17
diff
changeset
|
3 int weather(void); |
5937504619f2
rename game.h -> modules.h; added some error handling; and more
meillo@marmaro.de
parents:
17
diff
changeset
|
4 int growth(void); |