mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
Added declarations for QC-Keys-API.
This commit is contained in:
parent
fa575a3475
commit
f8452e5d26
1 changed files with 2 additions and 0 deletions
|
@ -40,5 +40,7 @@ void Cbuf_Progs_Init (struct progs_s *pr);
|
|||
void File_Progs_Init (struct progs_s *pr);
|
||||
void InputLine_Progs_Init (struct progs_s *pr);
|
||||
void String_Progs_Init (struct progs_s *pr);
|
||||
void Cvar_Progs_Init (struct progs_s *pr);
|
||||
void Key_Progs_Init (struct progs_s *pr);
|
||||
|
||||
#endif//__QF_csqc_h
|
||||
|
|
Loading…
Reference in a new issue