home · contact · privacy
Moved meta_keys() into new library "control" to soon include all key-press processing.
[plomrogue] / src / misc.h
index 417ca8e0ae80de57687671ce0d09aef8ea90d8a9..eb2d0cd661386c6f0f1e27a6c9d791b71f9bb511 100644 (file)
@@ -87,11 +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);
-
-
-
 #endif