mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-11 16:00:33 +00:00
Includes overhaul, fix some compiler warnings
This commit is contained in:
parent
357b67e3f5
commit
5a47379bf5
42 changed files with 105 additions and 146 deletions
|
@ -1,6 +1,7 @@
|
|||
#include "common.h"
|
||||
|
||||
#include "TempColModels.h"
|
||||
#include "Game.h"
|
||||
|
||||
CColModel CTempColModels::ms_colModelPed1;
|
||||
CColModel CTempColModels::ms_colModelPed2;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "Collision.h"
|
||||
#include "ColModel.h"
|
||||
|
||||
class CTempColModels
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue