12 if ((result = m_center.Read(p_storage)) !=
SUCCESS) {
15 if ((result = p_storage->Read(&m_radius,
sizeof(m_radius))) !=
SUCCESS) {
[AI] Represents a sphere in 3D space, used for bounding volume calculations and spatial queries.
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.