release mode flag for build script
[csRadar.git] / csRadar.h
index 95e1048599418e0c947957c04034916a43cff700..36c00f86412a5c24302d8277eddd3f95eea4ec83 100644 (file)
--- a/csRadar.h
+++ b/csRadar.h
@@ -49,6 +49,9 @@ struct csr_api
        char vmf_name[ 128 ];                   // Just the base name eg. my_map
        EMSAA sampling_mode;
        
+       int write_normals;
+       int write_origins;
+       
        // Main API interface
        vmf_map *map;
        csr_target target;