mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 15:40:34 +00:00
Merge remote-tracking branch 'origin/miami' into lcs
# Conflicts: # src/modelinfo/BaseModelInfo.cpp
This commit is contained in:
commit
904090cbb6
46 changed files with 155 additions and 144 deletions
|
@ -3,6 +3,7 @@
|
|||
#include "Game.h"
|
||||
#include "Lists.h"
|
||||
#include "PlayerInfo.h"
|
||||
#include "Collision.h"
|
||||
|
||||
/* Sectors span from -2000 to 2000 in x and y.
|
||||
* With 100x100 sectors, each is 40x40 units. */
|
||||
|
@ -48,11 +49,6 @@ public:
|
|||
|
||||
VALIDATE_SIZE(CSector, 0x28);
|
||||
|
||||
class CEntity;
|
||||
struct CColPoint;
|
||||
struct CColLine;
|
||||
struct CStoredCollPoly;
|
||||
|
||||
class CWorld
|
||||
{
|
||||
static CPtrList ms_bigBuildingsList[NUM_LEVELS];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue