aboutsummaryrefslogtreecommitdiffstats
path: root/src/entities/utilityPole.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities/utilityPole.h')
-rw-r--r--src/entities/utilityPole.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/entities/utilityPole.h b/src/entities/utilityPole.h
new file mode 100644
index 0000000..0c107db
--- /dev/null
+++ b/src/entities/utilityPole.h
@@ -0,0 +1,12 @@
+#include "game.h"
+#include "entity.h"
+
+#ifndef UTILITY_POLE_H
+#define UTILITY_POLE_H
+
+#define UTILITY_POLE_HEIGHT 100.0
+#define UTILITY_POLE_RADIUS 3.0
+
+void initUtilityPole(Entity* entity);
+
+#endif