00001 /****************************************************************************** 00002 * $Id: engine_common.h,v 1.5 2003/12/07 18:14:22 gareuselesinge Exp $ 00003 * This file is part of liberopops (http://liberopops.sf.net) * 00004 * This file is distributed under the terms of GNU GPL license. * 00005 ******************************************************************************/ 00006 00007 00008 /******************************************************************************/ 00014 /******************************************************************************/ 00015 00016 00017 #ifndef ENGINE_COMMON_H 00018 #define ENGINE_COMMON_H 00019 00020 #include "popstate.h" 00021 00023 extern int common_rset(struct popstate_t* p); 00024 00026 extern int common_dele(struct popstate_t* p, int msg); 00027 00028 #endif
1.3.6-20040222