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
42
struct
VertexStruct
43
{
44
float
X
,
Y
,
Z
;
45
};
46
47
struct
FaceStruct
48
{
49
int
V0
,
V1
,
V2
;
50
};
51
52
extern
const
int
NumBoneIconVerts
;
53
extern
const
int
NumBoneIconFaces
;
54
extern
VertexStruct
BoneIconVerts
[];
55
extern
FaceStruct
BoneIconFaces
[];
56
57
#endif
NumBoneIconFaces
const int NumBoneIconFaces
Definition
boneicon.cpp:42
BoneIconVerts
VertexStruct BoneIconVerts[NumBoneIconVerts]
Definition
boneicon.cpp:49
BoneIconFaces
FaceStruct BoneIconFaces[NumBoneIconFaces]
Definition
boneicon.cpp:238
NumBoneIconVerts
const int NumBoneIconVerts
Definition
boneicon.cpp:41
FaceStruct
Definition
boneicon.h:48
FaceStruct::V0
int V0
Definition
boneicon.h:49
FaceStruct::V1
int V1
Definition
boneicon.h:49
FaceStruct::V2
int V2
Definition
boneicon.h:49
VertexStruct
Definition
boneicon.h:43
VertexStruct::Y
float Y
Definition
boneicon.h:44
VertexStruct::X
float X
Definition
boneicon.h:44
VertexStruct::Z
float Z
Definition
boneicon.h:44
Code
Tools
WW3D
max2w3d
boneicon.h
Generated by
1.13.2