summaryrefslogtreecommitdiff
path: root/src/holder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/holder.h')
-rw-r--r--src/holder.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/holder.h b/src/holder.h
deleted file mode 100644
index e1306d3..0000000
--- a/src/holder.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef HOLDER_H
-#define HOLDER_H
-
-#include <stdbool.h>
-
-extern int hover;
-
-void hover_move_right();
-void hover_move_left();
-
-typedef struct holder {
- bool rings[3];
-} Holder;
-
-#endif