|
Odamex
Setting the Standard in Multiplayer Doom
|
Go to the source code of this file.
Data Structures | |
| struct | brokenlines_s |
Typedefs | |
| typedef struct brokenlines_s | brokenlines_t |
Functions | |
| int | V_StringWidth (const byte *str) |
| int | V_StringWidth (const char *str) |
| brokenlines_t * | V_BreakLines (int maxwidth, const byte *str) |
| void | V_FreeBrokenLines (brokenlines_t *lines) |
| brokenlines_t * | V_BreakLines (int maxwidth, const char *str) |
| void | V_InitConChars (byte transcolor) |
| typedef struct brokenlines_s brokenlines_t |
| brokenlines_t* V_BreakLines | ( | int | maxwidth, |
| const byte * | str | ||
| ) |
| brokenlines_t* V_BreakLines | ( | int | maxwidth, |
| const char * | str | ||
| ) | [inline] |
| void V_FreeBrokenLines | ( | brokenlines_t * | lines | ) |
| void V_InitConChars | ( | byte | transcolor | ) |
| int V_StringWidth | ( | const char * | str | ) | [inline] |
| int V_StringWidth | ( | const byte * | str | ) |