home · contact · privacy
Minor formatting change.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 29 Jul 2013 01:10:07 +0000 (03:10 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 29 Jul 2013 01:10:07 +0000 (03:10 +0200)
src/draw_wins.h

index c7950b829b3ee476339be20161335af7df79a72c..79cc03d42c88943be1fc385584f9974962f55a8e 100644 (file)
@@ -31,17 +31,17 @@ extern void draw_log_win(struct Win * win);
 
 
 /* Draw game map and actors/objects on it into "win". Respect scroll offset. */
-extern void draw_map_win (struct Win * win);
+extern void draw_map_win(struct Win * win);
 
 
 
 /* Draw into "win" the game / player status infos. */
-extern void draw_info_win (struct Win * win);
+extern void draw_info_win(struct Win * win);
 
 
 
 /* Draw keybindings selection/manipulation menu. */
-extern void draw_keys_win (struct Win * win);
+extern void draw_keys_win(struct Win * win);