summaryrefslogtreecommitdiffstats
path: root/src/EffectID.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/EffectID.h')
-rw-r--r--src/EffectID.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/EffectID.h b/src/EffectID.h
index 471266ac1..355412a21 100644
--- a/src/EffectID.h
+++ b/src/EffectID.h
@@ -1,5 +1,7 @@
#pragma once
+// tolua_begin
+
enum class EffectID : Int32
{
SFX_RANDOM_DISPENSER_DISPENSE = 1000,
@@ -64,3 +66,5 @@ enum class SmokeDirection : Int32
NORTH = 7,
NORTH_WEST = 8,
};
+
+// tolua_end