00001 /*************************************************************************** 00002 rotenums.h 00003 ------------------- 00004 copyright : (C) 2004 by Jos van den Oever 00005 email : jos@vandenoever.info 00006 ***************************************************************************/ 00007 00008 /*************************************************************************** 00009 * * 00010 * This program is free software; you can redistribute it and/or modify * 00011 * it under the terms of the GNU General Public License as published by * 00012 * the Free Software Foundation; either version 2 of the License, or * 00013 * (at your option) any later version. * 00014 * * 00015 ***************************************************************************/ 00016 #ifndef ROTENUMS_H 00017 #define ROTENUMS_H 00018 00019 enum Rotation {DEG0, DEG90, DEG180, DEG270}; 00020 00022 enum Symmetry { 00023 none, 00024 C1, 00025 C2, 00026 C4 00027 }; 00028 00029 #endif