summaryrefslogblamecommitdiffstats
path: root/source/cStep.h
blob: 9fe0131edc47b1ca981621a9d0e2d705463059ff (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                                                                                      
#pragma once

class cStep												//tolua_export
{															//tolua_export
public:
	static char DirectionToMetaData( int a_Direction )		//tolua_export
	{														//tolua_export
    int result = 0x0;
    if( a_Direction == 0)
    {
      result = 0x8;
    }
    return result;
	}														//tolua_export
};															//tolua_export