aboutsummaryrefslogtreecommitdiff
path: root/reference/types.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-07 01:44:53 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-07 01:46:11 -0300
commitbd145c3ebfc082286486a8700b9ce20bfd7383e2 (patch)
tree754b5c8bb1d5fb209e30dc78f698fc835ddf8cdb /reference/types.hh
parent76f6ecb7c809c6e93447efb91bdf50f2a9d50d6b (diff)
downloadgame-bd145c3ebfc082286486a8700b9ce20bfd7383e2.tar.gz
game-bd145c3ebfc082286486a8700b9ce20bfd7383e2.zip
implement TFindCreatures and KillStatistics
Diffstat (limited to 'reference/types.hh')
-rw-r--r--reference/types.hh13
1 files changed, 0 insertions, 13 deletions
diff --git a/reference/types.hh b/reference/types.hh
index 42caab1..c711831 100644
--- a/reference/types.hh
+++ b/reference/types.hh
@@ -284,19 +284,6 @@ struct TMoveUseDatabase {
int NumberOfRules;
};
-struct TFindCreatures {
- int startx;
- int starty;
- int endx;
- int endy;
- int blockx;
- int blocky;
- ulong ActID;
- ulong SkipID;
- int Mask;
- bool finished;
-};
-
struct TReaderThreadOrder {
enum TReaderThreadOrderType OrderType;
int SectorX;