comparison Indoor.h @ 826:1133e34a7560

Слияние
author Ritor1
date Tue, 26 Mar 2013 23:19:12 +0600
parents f5156b8c61ad
children bebc19f3d2af
comparison
equal deleted inserted replaced
825:35c31a49d989 826:1133e34a7560
1 #pragma once 1 #pragma once
2 #include "VectorTypes.h" 2 #include "VectorTypes.h"
3 #include "IndoorCameraD3D.h" 3 #include "IndoorCameraD3D.h"
4 4 #include "Weather.h"
5 5
6 6
7 7
8 /* 319 */ 8 /* 319 */
9 enum LEVEL_TYPE 9 enum LEVEL_TYPE
400 }; 400 };
401 #pragma pack(pop) 401 #pragma pack(pop)
402 402
403 403
404 404
405 #pragma pack(push, 1) 405
406 struct IndoorLocation_stru1
407 {
408 unsigned __int64 uLastVisitDay;
409 char field_2F4[48];
410 };
411 #pragma pack(pop)
412 406
413 407
414 408
415 /* 89 */ 409 /* 89 */
416 #pragma pack(push, 1) 410 #pragma pack(push, 1)
473 unsigned __int16 *ptr_0002B4_doors_ddata; 467 unsigned __int16 *ptr_0002B4_doors_ddata;
474 unsigned __int16 *ptr_0002B8_sector_lrdata; 468 unsigned __int16 *ptr_0002B8_sector_lrdata;
475 unsigned int uNumSpawnPoints; 469 unsigned int uNumSpawnPoints;
476 struct SpawnPointMM7 *pSpawnPoints; 470 struct SpawnPointMM7 *pSpawnPoints;
477 struct DDM_DLV_Header dlv; 471 struct DDM_DLV_Header dlv;
478 IndoorLocation_stru1 stru1; 472 LocationTime_stru1 stru1;
479 char _visible_outlines[876]; 473 char _visible_outlines[876];
480 }; 474 };
481 #pragma pack(pop) 475 #pragma pack(pop)
482 476
483 extern IndoorLocation *pIndoor; 477 extern IndoorLocation *pIndoor;