0
0
Fork 0
mirror of https://github.com/ZDoom/raze-gles.git synced 2025-01-18 21:31:37 +00:00
raze-gles/source/common/console/c_tabcomplete.h
2020-10-11 00:08:07 +02:00

9 lines
333 B
C

#pragma once
void C_AddTabCommand (const char *name);
void C_RemoveTabCommand (const char *name);
void C_ClearTabCommands(); // Removes all tab commands
void C_TabComplete(bool goForward);
bool C_TabCompleteList();
extern bool TabbedLast; // True if last key pressed was tab
extern bool TabbedList; // True if tab list was shown