]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cmd.h
model: Recognize Valve BSP format. Add file format headers.
[xonotic/darkplaces.git] / cmd.h
diff --git a/cmd.h b/cmd.h
index f7b3b4d1078b31ae4d7bb902dfca225b1fcb9b5f..b10560077b9baa6abbc712a8158fdb07f65264f6 100644 (file)
--- a/cmd.h
+++ b/cmd.h
@@ -125,6 +125,7 @@ typedef struct cmd_state_s
        struct mempool_s *mempool;
 
        int argc;
+       const char *cmdline;
        const char *argv[MAX_ARGS];
        const char *null_string;
        const char *args;