libweed 0.0.3
|
00001 /* WEED is free software; you can redistribute it and/or 00002 modify it under the terms of the GNU Lesser General Public 00003 License as published by the Free Software Foundation; either 00004 version 3 of the License, or (at your option) any later version. 00005 00006 Weed is distributed in the hope that it will be useful, 00007 but WITHOUT ANY WARRANTY; without even the implied warranty of 00008 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00009 Lesser General Public License for more details. 00010 00011 You should have received a copy of the GNU Lesser General Public 00012 License along with this source code; if not, write to the Free Software 00013 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 00014 00015 00016 Weed events is developed by: 00017 00018 Gabriel "Salsaman" Finch - http://lives.sourceforge.net 00019 00020 */ 00021 00022 #ifndef __WEED_EVENTS_H__ 00023 #define __WEED_EVENTS_H__ 00024 00025 #ifdef __cplusplus 00026 extern "C" 00027 { 00028 #endif /* __cplusplus */ 00029 00030 #define WEED_EVENT_API_VERSION 100 00031 #define WEED_EVENT_API_VERSION_100 00032 00033 #define WEED_PLANT_EVENT 256 00034 #define WEED_PLANT_EVENT_LIST 257 00035 00036 #define WEED_EVENT_HINT_FRAME 1 00037 #define WEED_EVENT_HINT_FILTER_INIT 2 00038 #define WEED_EVENT_HINT_FILTER_DEINIT 3 00039 #define WEED_EVENT_HINT_FILTER_MAP 4 00040 #define WEED_EVENT_HINT_PARAM_CHANGE 5 00041 #define WEED_EVENT_HINT_MARKER 6 00042 00043 #ifdef __cplusplus 00044 } 00045 #endif /* __cplusplus */ 00046 00047 #endif // #ifndef __WEED_EVENTS_H_