OpenTTD
|
Files | |
file | array.hpp [code] |
Array without an explicit maximum size. | |
file | binaryheap.hpp [code] |
Binary heap implementation. | |
file | blob.hpp [code] |
Support for storing random binary data. | |
file | countedobj.cpp [code] |
Support for reference counted objects. | |
file | countedptr.hpp [code] |
CCountedPtr - smart pointer implementation. | |
file | dbg_helpers.cpp [code] |
Helpers for outputting debug information. | |
file | dbg_helpers.h [code] |
Functions to be used for debug printings. | |
file | fixedsizearray.hpp [code] |
A fixed size array that doesn't create items until needed. | |
file | getoptdata.cpp [code] |
Library for parsing command line options. | |
file | getoptdata.h [code] |
Library for parsing command-line options. | |
file | hashtable.hpp [code] |
Hash table support. | |
file | str.hpp [code] |
String formating? |