00001 /* 00002 * SDL Graphics Extension 00003 * SGE internal header 00004 * 00005 * Started 000627 00006 * 00007 * License: LGPL v2+ (see the file LICENSE) 00008 * (c)2000 Anders Lindström 00009 */ 00010 00011 /********************************************************************* 00012 * This library is free software; you can redistribute it and/or * 00013 * modify it under the terms of the GNU Lesser General Public * 00014 * License as published by the Free Software Foundation; either * 00015 * version 2.1 of the License, or (at your option) any later version. * 00016 *********************************************************************/ 00017 00018 #ifndef sge_internal_H 00019 #define sge_internal_H 00020 00021 00022 /* 00023 * C compatibility 00024 */ 00025 #ifndef __cplusplus 00026 #define sge_C_ONLY 00027 #endif 00028 #ifdef _SGE_C 00029 #define sge_C_ONLY 00030 #endif 00031 00032 00033 /* 00034 * Bit flags 00035 */ 00036 #define SGE_FLAG1 0x01 00037 #define SGE_FLAG2 0x02 00038 #define SGE_FLAG3 0x04 00039 #define SGE_FLAG4 0x08 00040 #define SGE_FLAG5 0x10 00041 #define SGE_FLAG6 0x20 00042 #define SGE_FLAG7 0x40 00043 #define SGE_FLAG8 0x80 00044 00045 #endif /* sge_internal_H */ 00046
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.