]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progsvm.h
progs loading: allow translation of strings using a .po-format string table, named...
[xonotic/darkplaces.git] / progsvm.h
index 5136c4c3be165616662f98401f442c3b26d22a12..64a54890a18ef311f3f32ec8248a084e034cc87c 100644 (file)
--- a/progsvm.h
+++ b/progsvm.h
@@ -467,6 +467,9 @@ typedef struct prvm_prog_s
        qboolean                        loaded;
        qboolean                        leaktest_active;
 
+       // translation buffer (only needs to be freed on unloading progs, type is private to prvm_edict.c)
+       void *po;
+
        // printed together with backtraces
        const char *statestring;