| base/Debug.h [code] | Debugging helpers |
| base/DebugRouter.h [code] | Debug output router |
| base/File.h [code] | File name converter and file management functions |
| base/Info.h [code] | Retrieves information about the system |
| base/Locks.h [code] | Thread locking constructs and atomic functions |
| base/MemMan.h [code] | Handles memory management and tracking/debugging |
| base/MiscStuff.h [code] | A bunch of mismatched but useful functions |
| base/Profiler.h [code] | Profile the speed of sections of code |
| base/Setup.h [code] | Initialization and configuration options for different parts of the framework |
| base/Thread.h [code] | Thread creation and management |
| base/ThreadedTask.h [code] | Paralellize a task using threads |
| base/Timer.h [code] | A class for measuring time passed with a high degree of precision (sub ms level) |
| base/Types.h [code] | Definition of basic data types, so there is no ambiguity between different platforms and compilers |
| base/Vary.h [code] | A variable type variable |
| base/linux/Locks.h [code] | |
| base/win32/evil_windows.h [code] | |
| base/win32/Locks.h [code] | |
| geo/Geo.h [code] | Vector and matrix primitives and operations |
| geo/GeoBases.h [code] | |
| geo/GeoInterpolators.h [code] | Some common interpolation stuff |
| geo/GeoIntersect.h [code] | |
| geo/GeoObjects.h [code] | |
| net/Common.h [code] | Common structs and functions used by the different protocols |
| net/PlatformSockets.h [code] | |
| net/TCP.h [code] | TCP/IP client and server(listener) |
| net/UDP.h [code] | UDP packet flinging |
1.5.4