add some string builtins (only the basics for now, but enough to deal with

temporary strings) and fix the game load/save menus.
This commit is contained in:
Bill Currie 2004-01-07 07:36:17 +00:00
parent bdd5c8aa96
commit b3f76e1e48
8 changed files with 113 additions and 5 deletions

View file

@ -59,6 +59,8 @@ void Key_Progs_Init (struct progs_s *pr);
void Plist_Progs_Init (struct progs_s *pr);
void String_Progs_Init (struct progs_s *pr);
#include "QF/quakeio.h"
#define QFILE_MAX_HANDLES 20
typedef struct {