This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| unsigned | SwapShort (const unsigned &i) |
| Swap two bytes of a word. | |
| unsigned long | SwapLong (const unsigned long &i) |
| Swap byte order of a long. | |
| void | swap (int &a, int &b) |
| Swap two integers a and b. | |
| void | SYS_SetSTDIOFocus (int focus) |
| char * | ProgressBar (float v, float min, float max) |
| Generate a text-mode progress bar. | |
| void | HexDump (void *mem, unsigned length) |
| Generates a nice hexdump of a memory area. | |
| void * | loadfile (char *fn, unsigned *len) |
| Load a file from disk. | |
|
||||||||||||
|
Generates a nice hexdump of a memory area. This function is most useful for debugging.
Definition at line 63 of file misc.cpp. References src. |
|
||||||||||||
|
Load a file from disk.
|
|
||||||||||||||||
|
Generate a text-mode progress bar.
|
|
||||||||||||
|
Swap two integers a and b.
Definition at line 29 of file misc.h. Referenced by GFX_LineX(), and GFX_PrintAt(). |
|
|
Swap byte order of a long.
|
|
|
Swap two bytes of a word.
|
|
|
|
1.2.16