X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=tools%2Fquake2%2Fqdata_heretic2%2Fqd_skeletons.h;h=55ef01b072f6c1779712198bad5d6d2f461c0b6b;hb=e4287c28bb2dafedc81c66e63951d947cfbeb225;hp=b6ff7bcdf160cb1b40588655ce80df68d7f03ba6;hpb=203343b01a7ad87cb3d136689c9936ff5bc23c01;p=xonotic%2Fnetradiant.git diff --git a/tools/quake2/qdata_heretic2/qd_skeletons.h b/tools/quake2/qdata_heretic2/qd_skeletons.h index b6ff7bcd..55ef01b0 100644 --- a/tools/quake2/qdata_heretic2/qd_skeletons.h +++ b/tools/quake2/qdata_heretic2/qd_skeletons.h @@ -1,23 +1,23 @@ /* -Copyright (C) 1999-2006 Id Software, Inc. and contributors. -For a list of contributors, see the accompanying CONTRIBUTORS file. + Copyright (C) 1999-2006 Id Software, Inc. and contributors. + For a list of contributors, see the accompanying CONTRIBUTORS file. -This file is part of GtkRadiant. + This file is part of GtkRadiant. -GtkRadiant is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. + GtkRadiant is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. -GtkRadiant is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. + GtkRadiant is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. -You should have received a copy of the GNU General Public License -along with GtkRadiant; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -*/ + You should have received a copy of the GNU General Public License + along with GtkRadiant; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ #ifndef QD_SKELETONS_H #define QD_SKELETONS_H @@ -35,7 +35,7 @@ typedef struct Placement_d_s typedef struct QD_SkeletalJoint_s { Placement_d_t placement; - vec3d_t rotation; + vec3d_t rotation; } QD_SkeletalJoint_t; #define NUM_CLUSTERS 8 @@ -67,18 +67,18 @@ typedef struct Skeletalfmheader_s extern Skeletalfmheader_t g_skelModel; void ClearSkeletalModel(); -void GrabModelTransform(char *frame); -void GrabSkeletalFrame(char *frame); -void GrabReferencedFrame(char *frame); +void GrabModelTransform( char *frame ); +void GrabSkeletalFrame( char *frame ); +void GrabReferencedFrame( char *frame ); // Reference Stuff #define NUM_REFERENCES 8 -#define REF_MAX_POINTS 16 -#define REF_MAX_STRLEN 32 +#define REF_MAX_POINTS 16 +#define REF_MAX_STRLEN 32 // We're assuming no more than 16 reference points, with no more than 32 characters in the name extern char RefPointNameList[REF_MAX_POINTS][REF_MAX_STRLEN]; -extern int RefPointNum; +extern int RefPointNum; #endif