From c2efba6907fab934a04959b9bb644cf7141cc955 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Sat, 1 Jul 2023 23:04:04 +0100 Subject: matched T2DLL as well as i can --- src/T2DLL/T2PoolDef.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/T2DLL/T2PoolDef.h') diff --git a/src/T2DLL/T2PoolDef.h b/src/T2DLL/T2PoolDef.h index c7dd311..b1c7fb0 100644 --- a/src/T2DLL/T2PoolDef.h +++ b/src/T2DLL/T2PoolDef.h @@ -1,6 +1,10 @@ #pragma once #include "common.h" +enum { + kPoolUnitSize = 20 +}; + // actual name unknown struct PeopleElem { unsigned char mSilhouetteType; -- cgit v1.2.3