summaryrefslogtreecommitdiffstats
path: root/source/cVine.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cVine.h')
-rw-r--r--source/cVine.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/cVine.h b/source/cVine.h
index 6d2a92d15..a99a98aca 100644
--- a/source/cVine.h
+++ b/source/cVine.h
@@ -1,11 +1,11 @@
#pragma once
-class cVine //tolua_export
-{ //tolua_export
+class cVine //tolua_export
+{ //tolua_export
public:
- static char DirectionToMetaData( char a_Direction )
- {
+ static char DirectionToMetaData( char a_Direction ) //tolua_export
+ { //tolua_export
switch (a_Direction)
{
case 0x2:
@@ -20,5 +20,5 @@ public:
return 0xf;
};
return 0xf;
- } //tolua_export
-}; //tolua_export \ No newline at end of file
+ } //tolua_export
+}; //tolua_export \ No newline at end of file