summaryrefslogtreecommitdiff
path: root/src/holder.h
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2023-10-12 16:07:05 -0400
committerLouie S <louie@example.com>2023-10-12 16:07:05 -0400
commit3c6cf0ed9980990ca07f6d76817814979691d65e (patch)
treebf11a53332f67b87ba6c05384eaa11cca486deb1 /src/holder.h
parent91da624fe1665f3ddb3216ebb8a56a982074228d (diff)
Pickup displaying
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