From ab7d2bb3b894aaefc25c97a8e44579aa371a83b6 Mon Sep 17 00:00:00 2001 From: njohnson Date: Sun, 7 Sep 2025 23:12:03 -0400 Subject: [PATCH] Update XGfxWorldDpvsPlanes header --- libs/xassets/xgfxworlddpvsplanes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/xassets/xgfxworlddpvsplanes.h b/libs/xassets/xgfxworlddpvsplanes.h index c1b201e..c51a6b2 100644 --- a/libs/xassets/xgfxworlddpvsplanes.h +++ b/libs/xassets/xgfxworlddpvsplanes.h @@ -12,6 +12,8 @@ public: explicit XGfxWorldDpvsPlanes(); ~XGfxWorldDpvsPlanes(); + int GetCellCount() const; + void ParseData(QDataStream *aStream) override; void Clear() override;