summaryrefslogtreecommitdiffstats
path: root/src/game/client/experiments.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/experiments.hh')
-rw-r--r--src/game/client/experiments.hh20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/game/client/experiments.hh b/src/game/client/experiments.hh
new file mode 100644
index 0000000..ae20426
--- /dev/null
+++ b/src/game/client/experiments.hh
@@ -0,0 +1,20 @@
+#ifndef CLIENT_EXPERIMENTS_HH
+#define CLIENT_EXPERIMENTS_HH 1
+#pragma once
+
+namespace experiments
+{
+void init(void);
+void init_late(void);
+void deinit(void);
+void update(void);
+void update_late(void);
+} // namespace experiments
+
+namespace experiments
+{
+void attack(void);
+void interact(void);
+} // namespace experiments
+
+#endif /* CLIENT_EXPERIMENTS_HH */