--- deliantra/server/include/traits.h 2009/10/12 14:00:58 1.22 +++ deliantra/server/include/traits.h 2012/01/03 11:25:33 1.27 @@ -1,7 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * * Deliantra is free software: you can redistribute it and/or modify it under * the terms of the Affero GNU General Public License as published by the @@ -41,8 +41,10 @@ typedef char *octet_string; typedef char *utf8_string; +typedef char *any_string; typedef const char *const_octet_string; typedef const char *const_utf8_string; +typedef const char *const_any_string; struct client_container; struct client; @@ -57,6 +59,7 @@ struct random_map_params; struct faceinfo; struct mapxy; +struct materialtype_t; typedef object object_ornull; typedef maptile maptile_ornull;