13 if ((result = m_min.Read(p_storage)) !=
SUCCESS) {
16 if ((result = m_max.Read(p_storage)) !=
SUCCESS) {
[AI] Represents an axis-aligned 3D bounding box, defined by minimum and maximum corners.
Abstract base class providing an interface for file-like storage with binary and text read/write oper...
#define DECOMP_SIZE_ASSERT(T, S)
LegoS32 LegoResult
[AI] Function result type (return code): typically SUCCESS (0) or FAILURE (-1).
#define SUCCESS
[AI] Used to indicate a successful operation in result codes.