Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
boneicon.h
Go to the documentation of this file.
1/*
2** Command & Conquer Generals Zero Hour(tm)
3** Copyright 2025 Electronic Arts Inc.
4**
5** This program is free software: you can redistribute it and/or modify
6** it under the terms of the GNU General Public License as published by
7** the Free Software Foundation, either version 3 of the License, or
8** (at your option) any later version.
9**
10** This program is distributed in the hope that it will be useful,
11** but WITHOUT ANY WARRANTY; without even the implied warranty of
12** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13** GNU General Public License for more details.
14**
15** You should have received a copy of the GNU General Public License
16** along with this program. If not, see <http://www.gnu.org/licenses/>.
17*/
18
19/* $Header: /Commando/Code/Tools/max2w3d/boneicon.h 5 10/28/97 6:08p Greg_h $ */
20/***********************************************************************************************
21 *** Confidential - Westwood Studios ***
22 ***********************************************************************************************
23 * *
24 * Project Name : Commando Tools - WWSkin *
25 * *
26 * $Archive:: /Commando/Code/Tools/max2w3d/boneicon.h $*
27 * *
28 * $Author:: Greg_h $*
29 * *
30 * $Modtime:: 10/21/97 2:06p $*
31 * *
32 * $Revision:: 5 $*
33 * *
34 *---------------------------------------------------------------------------------------------*
35 * Functions: *
36 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
37
38
39#ifndef BONEICON_H
40#define BONEICON_H
41
43{
44 float X,Y,Z;
45};
46
48{
49 int V0,V1,V2;
50};
51
52extern const int NumBoneIconVerts;
53extern const int NumBoneIconFaces;
56
57#endif
const int NumBoneIconFaces
Definition boneicon.cpp:42
VertexStruct BoneIconVerts[NumBoneIconVerts]
Definition boneicon.cpp:49
FaceStruct BoneIconFaces[NumBoneIconFaces]
Definition boneicon.cpp:238
const int NumBoneIconVerts
Definition boneicon.cpp:41