Zdex header-only SDK
====================

Game:   Funnel Runners
Build:  2026-09-15
Engine: UE 5.6
Source: https://zlogic.eu/zdex/d/11

Files
  SDK.hpp        include this one
  Basic.hpp      integer typedefs and minimal container layouts
  Forward.hpp    forward declarations of every class and struct
  Enums.hpp      all enums with values
  Structs.hpp    all structs, dependency-ordered, with padding and static_asserts
  Classes.hpp    all classes, parents first, with padding and static_asserts
  Functions.txt  reflected functions per class with native RVAs and flags

Container layouts in Basic.hpp are sized for the common 64-bit UE4/UE5 case; members whose
type needs a different size are declared with the size the dump reports, so every class still
matches its reflected size (the static_asserts check that). Generated from a Zircon dump
(https://zlogic.eu/zircon).
