src/Axis.h

Go to the documentation of this file.
00001 #ifndef AXIS_H
00002 #define AXIS_H
00003 
00004 
00009 enum Axis
00010 {
00011     X_AXIS  = 0,
00012     Y_AXIS  = 1,
00013     Z_AXIS  = 2,
00014     NO_AXIS = 3
00015 };
00016 
00017 
00018 #endif
00019 

Generated on Fri Feb 1 00:01:42 2008 for Grayfall by  doxygen 1.5.1