From 65b823bf367034c204d370a6a73965a196072153 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 11 Dec 2005 16:41:27 +0000 Subject: * Added trap_FS_GetFileList to cgame, so it's not longer necessary to hack around it not being there * Removed Q3 console notify code and improved cgame rendered notify area * Sorted out pain blend texture coordinates --- src/cgame/cg_public.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/cgame/cg_public.h') diff --git a/src/cgame/cg_public.h b/src/cgame/cg_public.h index ac68c9f7..aa0298a2 100644 --- a/src/cgame/cg_public.h +++ b/src/cgame/cg_public.h @@ -165,6 +165,8 @@ typedef enum CG_R_ADDPOLYSTOSCENE, CG_R_INPVS, CG_FS_SEEK, + CG_FS_GETFILELIST, + CG_LITERAL_ARGS, CG_MEMSET = 100, CG_MEMCPY, @@ -228,8 +230,13 @@ typedef enum CG_MOUSE_EVENT, // void (*CG_MouseEvent)( int dx, int dy ); - CG_EVENT_HANDLING + CG_EVENT_HANDLING, // void (*CG_EventHandling)(int type); + + CG_CONSOLE_TEXT + // void (*CG_ConsoleText)( void ); + // pass text that has been printed to the console to cgame + // use Cmd_Argc() / Cmd_Argv() to read it } cgameExport_t; //---------------------------------------------- -- cgit