annotate stru10.h @ 15:e33334611747

Merge
author Nomad
date Sat, 13 Oct 2012 17:10:23 +0200
parents 8b8875f5b359
children fde5c5acb66e
rev   line source
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1 #pragma once
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4 /* 127 */
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5 #pragma pack(push, 1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6 struct stru10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8 stru10();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9 virtual ~stru10();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
10 char _49C5DA(struct BLVFace *a2, struct RenderVertexSoft *a3, int *a4, struct IndoorCameraD3D_Vec4 *a5, struct RenderVertexSoft *a6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
11 char _49C681(struct BLVFace *pFace, struct IndoorCameraD3D_Vec4 *a3, struct RenderVertexSoft *pArrayOf4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
12 char _49C720(struct RenderVertexSoft *a2, struct IndoorCameraD3D_Vec4 *a4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
13 bool _49C7C5(struct RenderVertexSoft *a1, struct RenderVertexSoft *a2, struct Vec3_float_ *a3, struct IndoorCameraD3D_Vec4 *a4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
14 bool _49C8DC(struct RenderVertexSoft *arg0, struct Vec3_float_ *a2, float *a3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
15 bool _49C9E3(struct BLVFace *a3, struct RenderVertexSoft *arg4, unsigned int uNumVertices, struct RenderVertexSoft *arg0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
16 int _49D379(struct BLVFace *pFace, struct RenderVertexSoft *pVertices);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
17 void _49CE9E(struct BLVFace *pFace, struct RenderVertexSoft *a2, signed int a3, RenderVertexSoft *a4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
20 void (__thiscall ***vdestructor_ptr)(stru10 *, bool);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
21 int field_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
22 };
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
23 #pragma pack(pop)