direction.h
changeset 4666 850b5b6e4bac
parent 4158 a8f7265a6fd0
equal deleted inserted replaced
4665:582663bc63a6 4666:850b5b6e4bac
   142 static inline bool IsValidAxis(Axis d)
   142 static inline bool IsValidAxis(Axis d)
   143 {
   143 {
   144 	return d < AXIS_END;
   144 	return d < AXIS_END;
   145 }
   145 }
   146 
   146 
   147 #endif
   147 #endif /* DIRECTION_H */