summaryrefslogtreecommitdiffstats
path: root/source/cStep.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cStep.h')
-rw-r--r--source/cStep.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/source/cStep.h b/source/cStep.h
deleted file mode 100644
index 482bb9b7b..000000000
--- a/source/cStep.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#pragma once
-
-class cStep //tolua_export
-{ //tolua_export
-public:
- static char DirectionToMetaData( int a_Direction ) //tolua_export
- { //tolua_export
- char result = 0x0;
- if( a_Direction == 0)
- {
- result = 0x8;
- }
- return result;
- } //tolua_export
-}; //tolua_export