X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance?a=blobdiff_plain;f=src%2Fcontrol.h;h=bd5dd0ce36a8b94743cc872fd7aefe69cfa2eca8;hb=7b26f28c6d6028b5aad2ba93a5c8911f6118e6e9;hp=599f04b3cc6f3316f295bb6a3144c77aa25858ce;hpb=fcf58a650b9c0a9c3aa08c2c25ea14d70e08f8c7;p=plomrogue diff --git a/src/control.h b/src/control.h index 599f04b..bd5dd0c 100644 --- a/src/control.h +++ b/src/control.h @@ -1,4 +1,6 @@ /* control.h + * + * Routines for handling user's key press input. */ #ifndef CONTROL_H @@ -6,8 +8,7 @@ -#include /* for uint8_t */ -#include "yx_uint16.h" /* for yx_uint16 coordinates */ +#include /* for uint8_t */ struct World;