Files
Blocks3D/src/include/Faces.h

9 lines
131 B
C

#ifndef FACES_H
#define FACES_H
#define TOP 3
#define BOTTOM 5
#define LEFT 1
#define RIGHT 4
#define FRONT 0
#define BACK 2
#endif