garten

diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/modules.h	Wed Jul 23 17:40:55 2008 +0200
     1.3 @@ -0,0 +1,4 @@
     1.4 +int worldclock(void);
     1.5 +int environment(void);
     1.6 +int weather(void);
     1.7 +int growth(void);