home · contact · privacy
Let's see if this provides better pseudo-randomness.
[plomrogue] / src / misc.h
index 259a511e124596bc6398c78a15493cfbf609f993..eb2d0cd661386c6f0f1e27a6c9d791b71f9bb511 100644 (file)
@@ -87,14 +87,4 @@ extern struct yx_uint16 find_passable_pos(struct Map * map);
 
 
 
-/* Call some meta game / window management actions dependent on key. If the
- * "quit" action is called, return 1 only instead of doing anything directly.
- */
-extern uint8_t meta_keys(int key, struct World * world,
-                               struct WinMeta * win_meta, struct Win * win_keys,
-                               struct Win * win_map, struct Win * win_info,
-                               struct Win * win_log);
-
-
-
 #endif