mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Class has been mostly copied from the Valve SourceSDK. Modified to fit this particular engine. Modifications include: * More consistent naming. * Using c++ style casts over c style casts. * Using c++ datatypes for assigning default. - nullptr and size_t for pointers and size types.