|
|
||||||||||||||||||||
![]() |
|||||||||||||||||||||
ceSupport.h
Go to the documentation of this file.
00001 00002 /* --- Source License 00003 * Author : FX Programmer. 00004 * Contact : CorEngine@gmail.com 00005 * 00006 * Copyright (c) 2010 by FX Programmer. 00007 * 00008 * This library is free software; you can redistribute it and/or modify it 00009 * under the terms of the GNU Lesser General Public License as published by 00010 * the Free Software Foundation; either version 2.1 of the License, or 00011 * (at your option) any later version. 00012 * 00013 * This library is distributed in the hope that it will be useful, but WITHOUT 00014 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 00015 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public 00016 * License for more details. 00017 * 00018 * Redistribution and use in source and binary forms, with or without 00019 * modification, are permitted provided that the following conditions are met: 00020 * 1. The origin of this software must not be misrepresented; you must not 00021 * claim that you wrote the original software. If you use this software 00022 * in a product, an acknowledgement in the product documentation would be 00023 * appreciated but is not required. 00024 * 2. Altered source versions must be clearly marked as such, and must not 00025 * be misrepresented as being the original software. 00026 * 3. Redistributions of source code must retain the above copyright 00027 * notice, this list of conditions and the following disclaimer. 00028 * 00029 * You should have received a copy of the GNU Lesser General Public License 00030 * along with this library; if not, write to the Free Software Foundation, 00031 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. 00032 */ 00033 00034 #ifndef _CE_SUPPORT_H_ 00035 #define _CE_SUPPORT_H_ 0x1 00036 00037 #if __GNUC__ >= 0x3 00038 #pragma GCC system_header 00039 #endif 00040 00041 #if _MSC_VER > 1000 00042 #pragma once 00043 #endif 00044 00045 /* #define CE_SDL_SUPPORT 0x1 */ 00046 #define CE_NATIVE_SUPPORT 0x2 00047 00048 #if defined(_WIN32) || defined(__WIN32__) 00049 /* #define CE_DINPUT7_SUPPORT 0x3 */ 00050 /* #define CE_DINPUT8_SUPPORT 0x4 */ 00051 /* #define CE_DINPUT9_SUPPORT 0x5 */ 00052 #endif 00053 00054 // #define CE_WITHOUT_KEYBOARD 0x1 00055 // #define CE_WITHOUT_MOUSE 0x1 00056 // #define CE_WITHOUT_JOYSTICK 0x1 00057 00058 #endif /* _CE_SUPPORT_H_ */
|
|||||||||||||||||||||
|