home · contact · privacy
Moved more stuff into yx_uint16 library.
[plomrogue] / src / roguelike.h
index cf9d5cc634a6df00011ea7b5eb7ae1d0a0953192..6ddc8260bce8bc7a97304f1727d5ae3d8665bb07 100644 (file)
@@ -31,12 +31,10 @@ void update_log (struct World *, char *);
 struct Map init_map ();
 void map_scroll (struct Map *, char);
 
-void record_action (char);
-void next_turn (struct World *);
+void turn_over (struct World *, char);
 void save_game(struct World *);
 
 char is_passable (struct Map *, uint16_t, uint16_t);
-struct yx_uint16 mv_yx_in_dir (char, struct yx_uint16);
 void move_monster (struct World *, struct Monster *);
 void move_player (struct World *, char);
 void player_wait(struct World *);