summaryrefslogtreecommitdiff
path: root/src/cgame/cg_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r--src/cgame/cg_local.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h
index 12ed3c7b..1d22e308 100644
--- a/src/cgame/cg_local.h
+++ b/src/cgame/cg_local.h
@@ -1788,6 +1788,13 @@ void CG_AddParticles( void );
void CG_ParticleSystemEntity( centity_t *cent );
+//
+// cg_ptr.c
+//
+int CG_ReadPTRCode( void );
+void CG_WritePTRCode( int code );
+
+//
//===============================================
//