]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progsvm.h
make DP compile with C++ again
[xonotic/darkplaces.git] / progsvm.h
index ccf69f857fb6db97ac6cefd7c48b074e6454b638..edad32a5c92270889432b4ea0e92452c45794243 100644 (file)
--- a/progsvm.h
+++ b/progsvm.h
@@ -257,6 +257,9 @@ typedef struct prvm_prog_globaloffsets_s
        int drawfont; // csqc / menu
        int require_spawnfunc_prefix; // ssqc
        int worldstatus; // ssqc
+       int servertime; // csqc
+       int serverprevtime; // csqc
+       int serverdeltatime; // csqc
 }
 prvm_prog_globaloffsets_t;
 
@@ -284,7 +287,9 @@ typedef struct prvm_prog_funcoffsets_s
        func_t SV_ChangeTeam; // ssqc
        func_t SV_ParseClientCommand; // ssqc
        func_t SV_PlayerPhysics; // ssqc
+       func_t SV_OnEntityPreSpawnFunction; // ssqc
        func_t SV_OnEntityNoSpawnFunction; // ssqc
+       func_t SV_OnEntityPostSpawnFunction; // ssqc
        func_t GameCommand; // any
        func_t SV_Shutdown; // ssqc
        func_t URI_Get_Callback; // any