summaryrefslogtreecommitdiff
path: root/mm/2s2h/Rando/MiscBehavior/Traps.h
diff options
context:
space:
mode:
Diffstat (limited to 'mm/2s2h/Rando/MiscBehavior/Traps.h')
-rw-r--r--mm/2s2h/Rando/MiscBehavior/Traps.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/mm/2s2h/Rando/MiscBehavior/Traps.h b/mm/2s2h/Rando/MiscBehavior/Traps.h
new file mode 100644
index 000000000..a842c2462
--- /dev/null
+++ b/mm/2s2h/Rando/MiscBehavior/Traps.h
@@ -0,0 +1,10 @@
+#ifndef RANDO_TRAP_H
+#define RANDO_TRAP_H
+
+#include "Rando/Rando.h"
+typedef enum { TRAP_FREEZE, TRAP_BLAST, TRAP_SHOCK, TRAP_JINX, TRAP_WALLET, TRAP_ENEMY, TRAP_TIME, TRAP_MAX } TrapTypes;
+
+extern int RollTrapType();
+extern std::string GetTrapMessage();
+
+#endif \ No newline at end of file