summaryrefslogtreecommitdiff
path: root/src/powers.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:01 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:01 +0100
commit25a118cf7d49b86fae23c07297ebe87c4c169842 (patch)
tree39be10d8341287f2a4a1aba1075292e7579cf827 /src/powers.hpp
parent15e1dcc950e7a48f90efa421045d03b9a834da80 (diff)
Split powers function declarations to separate header file
Diffstat (limited to 'src/powers.hpp')
-rw-r--r--src/powers.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/powers.hpp b/src/powers.hpp
new file mode 100644
index 00000000..df1497cb
--- /dev/null
+++ b/src/powers.hpp
@@ -0,0 +1,3 @@
+#pragma once
+
+extern void do_cmd_power();