Store all settings in .INI

This commit is contained in:
erorcun
2021-01-23 15:59:38 +03:00
parent f85b5e99ed
commit 73f1340afb
14 changed files with 432 additions and 130 deletions

View File

@ -6,6 +6,7 @@
#include "Camera.h"
#include "PlayerPed.h"
#include "General.h"
#include "Object.h"
int CWaterCreatures::nNumActiveSeaLifeForms;
CWaterCreature CWaterCreatures::aWaterCreatures[NUM_WATER_CREATURES];

View File

@ -1,5 +1,6 @@
#pragma once
#include "Object.h"
class CObject;
enum eFishSlotState {
WATER_CREATURE_INIT = 0,