00001 // $Id: implementation.h,v 1.1.1.1 2000/04/09 12:18:02 mbn Exp $ 00002 00003 #ifndef __IMPLEMENTATION_H__ 00004 #define __IMPLEMENTATION_H__ 00005 00006 #ifdef USE_DYN 00007 #define DL_PREFIX 00008 #else 00009 #define DL_PREFIX static 00010 #endif 00011 00012 typedef char* (*clan_id_proc)(); 00013 typedef void (*clan_init_proc)(); 00014 00015 #endif 00016 00017 00018 00019 00020
1.2.6 written by Dimitri van Heesch,
© 1997-2001