summaryrefslogtreecommitdiff
path: root/demo/include
diff options
context:
space:
mode:
Diffstat (limited to 'demo/include')
-rw-r--r--demo/include/ax-demo.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/demo/include/ax-demo.h b/demo/include/ax-demo.h
index 6b354c6..0d95c14 100644
--- a/demo/include/ax-demo.h
+++ b/demo/include/ax-demo.h
@@ -1,7 +1,7 @@
#if !defined(axd_hdr)
#define axd_hdr
-#include <ax/bs.h>
+#include <ax/key.h>
typedef struct {
ax_i8 x;
@@ -17,10 +17,12 @@ typedef struct {
} axd_dat;
typedef struct {
- bool done;
- bool err;
- bool drw;
- bool mv;
+ bool done;
+ bool err;
+ ax_key key;
+ bool keydwn;
+ bool drw;
+ bool mv;
} axd_upd;
axd_upd axd_chkkeys( axd_dat * dat);