home · contact · privacy
Some cleaning up and comments added to outsourcing misc library stuff into control...
[plomrogue] / src / control.h
index 599f04b3cc6f3316f295bb6a3144c77aa25858ce..bd5dd0ce36a8b94743cc872fd7aefe69cfa2eca8 100644 (file)
@@ -1,4 +1,6 @@
 /* control.h
+ *
+ * Routines for handling user's key press input.
  */
 
 #ifndef CONTROL_H
@@ -6,8 +8,7 @@
 
 
 
-#include <stdint.h>    /* for uint8_t */
-#include "yx_uint16.h" /* for yx_uint16 coordinates */
+#include <stdint.h> /* for uint8_t */
 struct World;