ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/sproto.h
(Generate patch)

Comparing deliantra/server/include/sproto.h (file contents):
Revision 1.55 by root, Tue Mar 6 19:02:35 2007 UTC vs.
Revision 1.56 by root, Sat Mar 17 22:11:23 2007 UTC

790int cftimer_destroy (int id); 790int cftimer_destroy (int id);
791int cftimer_find_free_id (void); 791int cftimer_find_free_id (void);
792 792
793/* weather.c */ 793/* weather.c */
794void set_darkness_map (maptile *m); 794void set_darkness_map (maptile *m);
795void tick_the_clock (void); 795void adjust_daylight (void);
796void init_weather (void);
797void weather_effect (const char *filename);
798int worldmap_to_weathermap (int x, int y, int *wx, int *wy, maptile *m);
799int real_world_temperature (int x, int y, maptile *m);
800int similar_direction (int a, int b);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines