TwiceAsNice
2019-02-18
|
Macros | |
#define | MAX_DECIMAL_BUFFER_SIZE 30 |
#define | _Pause |
#define | _PauseWithExit |
Functions | |
void | ConsoleInitialize (void) |
void | ConsoleEnd (void) |
void | ConsoleClear (void) |
void | SetCursorPosition (unsigned int xPos, unsigned int yPos) |
void | OemIoWriteString (const char *pStr) |
void | PlxPrintf (const char *format,...) |
#define _Pause |
#define _PauseWithExit |
#define MAX_DECIMAL_BUFFER_SIZE 30 |
void ConsoleClear | ( | void | ) |
void ConsoleEnd | ( | void | ) |
void ConsoleInitialize | ( | void | ) |
void OemIoWriteString | ( | const char * | pStr | ) |
void PlxPrintf | ( | const char * | format, |
... | |||
) |
void SetCursorPosition | ( | unsigned int | xPos, |
unsigned int | yPos | ||
) |