comparison Engine/Graphics/stru9.cpp @ 2499:68cdef6879a0

engine folder
author Ritor1
date Fri, 19 Sep 2014 02:57:42 +0600
parents 5abd8fc8f1c6
children 9ec6b8be16fe
comparison
equal deleted inserted replaced
2498:92eeeb5200f2 2499:68cdef6879a0
4 4
5 #define _CRT_SECURE_NO_WARNINGS 5 #define _CRT_SECURE_NO_WARNINGS
6 #include "stru9.h" 6 #include "stru9.h"
7 #include "IndoorCameraD3D.h" 7 #include "IndoorCameraD3D.h"
8 8
9 #include "mm7_data.h" 9 #include "../mm7_data.h"
10 10
11 11
12 12
13 //----- (00498377) -------------------------------------------------------- 13 //----- (00498377) --------------------------------------------------------
14 bool stru9::_498377(struct RenderVertexSoft *pPortalBounding, unsigned int uNumVertices, struct IndoorCameraD3D_Vec4 *pVertices, struct RenderVertexSoft *pVertices2, unsigned int *pOutNumVertices) 14 bool stru9::_498377(struct RenderVertexSoft *pPortalBounding, unsigned int uNumVertices, struct IndoorCameraD3D_Vec4 *pVertices, struct RenderVertexSoft *pVertices2, unsigned int *pOutNumVertices)
15 { 15 {
16 int result; // eax@7 16 int result; // eax@7
17 //unsigned int *v7; // ebx@7
18 //char *v8; // esi@8
19 RenderVertexSoft *v9; // ecx@9 17 RenderVertexSoft *v9; // ecx@9
20 //double v10; // st7@12
21 //double v11; // st6@12
22 //RenderVertexSoft *v12; // esi@13
23 //int v13; // ecx@25
24 //VertexBuffer *v14; // edx@26
25 //char *v15; // eax@26
26 //unsigned int i; // ecx@26
27 //int v17; // [sp+0h] [bp-28h]@9
28 //char *v18; // [sp+10h] [bp-18h]@8
29 RenderVertexSoft *v19; // [sp+14h] [bp-14h]@0 18 RenderVertexSoft *v19; // [sp+14h] [bp-14h]@0
30 //RenderVertexSoft *v20; // [sp+18h] [bp-10h]@0
31 signed int v21; // [sp+1Ch] [bp-Ch]@7 19 signed int v21; // [sp+1Ch] [bp-Ch]@7
32 //RenderVertexSoft *a2; // [sp+20h] [bp-8h]@8
33 //stru9 *thisa; // [sp+24h] [bp-4h]@1
34 // signed int a3a; // [sp+38h] [bp+10h]@12
35 //int a3b; // [sp+38h] [bp+10h]@25
36 20
37 //__debugbreak(); 21 //__debugbreak();
38 //thisa = this; 22 //thisa = this;
39 return true; 23 return true;
40 24