mirror of
https://github.com/halpz/re3.git
synced 2025-07-22 00:09:45 +00:00
Includes overhaul, fix some compiler warnings
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
#include "TxdStore.h"
|
||||
#include "2dEffect.h"
|
||||
#include "BaseModelInfo.h"
|
||||
|
||||
#include "ColModel.h"
|
||||
|
||||
CBaseModelInfo::CBaseModelInfo(ModelInfoType type)
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "Collision.h"
|
||||
struct CColModel;
|
||||
|
||||
#define MAX_MODEL_NAME (24)
|
||||
|
||||
|
@ -10,6 +10,7 @@
|
||||
#include "VehicleModelInfo.h"
|
||||
#include "XtraCompsModelInfo.h"
|
||||
#include "Instance.h"
|
||||
#include "Game.h"
|
||||
|
||||
class CModelInfo
|
||||
{
|
||||
|
@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "ClumpModelInfo.h"
|
||||
#include "ColModel.h"
|
||||
#include "PedType.h"
|
||||
|
||||
enum PedNode {
|
||||
|
Reference in New Issue
Block a user