|
Archeus 0.0.0
A C library and game engine that focuses on documentation
|
#include <shell.h>
Data Fields | |
| ARC_ConsoleView * | view |
| ARC_ConsoleBuffer * | buffer |
| uint32_t | bufferLineIndex |
| ARC_Vector * | history |
| uint32_t | historyIndex |
| ARC_ConsoleShell_UpdateFn | updateFn |
| ARC_String * | currentLine |
| ARC_String * | userInput |
| ARC_ConsoleBuffer* ARC_ConsoleShell::buffer |
| ARC_String* ARC_ConsoleShell::currentLine |
| ARC_Vector* ARC_ConsoleShell::history |
| ARC_ConsoleShell_UpdateFn ARC_ConsoleShell::updateFn |
| ARC_String* ARC_ConsoleShell::userInput |
| ARC_ConsoleView* ARC_ConsoleShell::view |