/**********************************************************************
This file is part of Crack dot Com's free source code release of
Golgotha.
for
information about compiling & licensing issues visit this URL
If that doesn't help, contact Jonathan Clark at
golgotha_source@usa.net (Subject should have "GOLG" in it)
***********************************************************************/
#ifndef G1_ROTATION_HH
#define G1_ROTATION_HH
enum g1_rotation_type
{
G1_ROTATE_0=0,
G1_ROTATE_90=1,
G1_ROTATE_180=2,
G1_ROTATE_270=3
};
#endif