From 37e364b2c6cc7487a1c888d256a73e5337bb7189 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Wed, 14 Jun 2023 00:50:34 +0100 Subject: initial commit --- src/T2DLL/T2Pool.cpp | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 src/T2DLL/T2Pool.cpp (limited to 'src/T2DLL/T2Pool.cpp') diff --git a/src/T2DLL/T2Pool.cpp b/src/T2DLL/T2Pool.cpp new file mode 100644 index 0000000..1b1d709 --- /dev/null +++ b/src/T2DLL/T2Pool.cpp @@ -0,0 +1,58 @@ +#include "T2Pool.h" + +T2Pool::T2Pool(T2PoolDef*, T2SeasonParamDef*, T2TemplatePluginList*, T2PeopleArrayList*, int, unsigned int, unsigned int, T2WorldDef*) { +} + +T2Pool::T2Pool(T2Archive&, T2PoolDef*, T2SeasonParamDef*, T2TemplatePluginList*, T2PeopleArrayList*, T2WorldDef*) { +} + +/*virtual*/ T2Pool::~T2Pool() { +} + +void T2Pool::GameLevelChanged(int) { +} + +void T2Pool::IncHour(T2DateTime*) { +} + +void T2Pool::DayChanged() { +} + +int T2Pool::IsChangePopulation() { +} + +int T2Pool::Find(T2TenantMemberDef*, int, unsigned int, int) const { +} + +int T2Pool::Find(T2TenantMemberTableDef*, int, unsigned int, int) const { +} + +T2People* T2Pool::Call(T2TenantMemberDef*, int, unsigned int, unsigned int) { +} + +void T2Pool::Enter(T2People*) { +} + +void T2Pool::Leave(T2People*) { +} + +T2People* T2Pool::RecoverPeople(T2PeopleType*) { +} + +void T2Pool::ShrinkPeople(T2People*, T2PeopleType&) { +} + +void T2Pool::DuplicatePeople(T2PeopleType*) { +} + +void T2Pool::RemovePeople(T2People*) { +} + +T2People* T2Pool::BornVIP(int, int) { +} + +void T2Pool::DeadVIP(T2People*) { +} + +void T2Pool::Write(T2Archive&) { +} -- cgit v1.2.3