====== Include / Object Types .h ====== This is the file //include/ob_types.h// , without most of the license related stuff, as found in the source code of version 1.70.0 of the server. See pages [[:dev:Objects]] , [[:dev:Object Types]] , [[:dev:Object Fields]] in the :dev namespace . ====== Code == Includes [[ob_methods.h]] /* * static char *rcsid_ob_types_h = * "$Id: define.h 4998 2006-10-06 18:27:07Z qal21 $"; */ /* CrossFire, A Multiplayer game for X-windows Copyright (C) 2006 Mark Wedel & Crossfire Development Team Copyright (C) 1992 Frank Tore Johansen The authors can be reached via e-mail at crossfire-devel@real-time.com */ /** * @file * Object type variables. */ #ifndef OB_TYPES_H #define OB_TYPES_H #include /*#include */ extern ob_methods type_methods[OBJECT_TYPE_MAX]; #endif /* OB_TYPES_H*/