X-Git-Url: https://harrygodden.com/git/?p=csRadar.git;a=blobdiff_plain;f=csRadar.h;h=c54c24fbeeec886e4b557f15257defb6e17503ad;hp=0415518def2d26fd5fdc036b17363d0d26bf936a;hb=HEAD;hpb=0e07f37c96fcb74ffb22985c09608c512c861dc7 diff --git a/csRadar.h b/csRadar.h index 0415518..c54c24f 100644 --- a/csRadar.h +++ b/csRadar.h @@ -60,8 +60,9 @@ struct csr_api float padding; u32 resolution; int write_txt; - char output_path[ 512 ]; // Full path eg. /home/harry/my_map.vmf - char vmf_name[ 128 ]; // Just the base name eg. my_map + char output_path[ 512 ]; // Full path to output eg. /home/harry/output + char vmf_name[ 128 ]; // Just the base name eg. my_map + char vmf_folder[ 512 ]; // Just the folder to the map eg. /home/harry/ EMSAA sampling_mode; float min_z;