summaryrefslogtreecommitdiff
path: root/src/cgame/cg_public.h
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2005-12-11 16:41:27 +0000
committerTim Angus <tim@ngus.net>2005-12-11 16:41:27 +0000
commit65b823bf367034c204d370a6a73965a196072153 (patch)
treeb7473da41151546fad6252ec70ca14b92b77046d /src/cgame/cg_public.h
parentd28c9b3a4178a8d653dc479d385f60969c241bdb (diff)
* 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
Diffstat (limited to 'src/cgame/cg_public.h')
-rw-r--r--src/cgame/cg_public.h9
1 files changed, 8 insertions, 1 deletions
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;
//----------------------------------------------