X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_vrs.h;h=eae13673e04709473537f21e6625fa0805d201ba;hb=fe83dc972e62ab0db157d5a953db2f5236876d67;hp=068f569fa9fbf89b7f8d48690313e91f71ee6020;hpb=fa252ebd82649e4f3bab4a53228828766713ad6c;p=16.git diff --git a/src/lib/16_vrs.h b/src/lib/16_vrs.h index 068f569f..eae13673 100755 --- a/src/lib/16_vrs.h +++ b/src/lib/16_vrs.h @@ -28,7 +28,7 @@ //#include #include #include "src/lib/16_ca.h" - +/* struct vrs_container{ // Size of a .vrs lob in memory // minus header @@ -40,7 +40,7 @@ struct vrs_container{ // Array of corresponding vrl line offsets vrl1_vgax_offset_t **vrl_line_offsets; }; - +*//* struct vrl_container{ // Size of a .vrl blob in memory // minus header @@ -52,7 +52,7 @@ struct vrl_container{ // Pointer to a corresponding vrl line offsets struct vrl1_vgax_offset_t *line_offsets; }; - +*/ /* Read .vrs file into memory * In: * + char *filename - name of the file to load @@ -64,7 +64,9 @@ struct vrl_container{ void VRS_ReadVRS(char *filename, entity_t *enti, global_game_variables_t *gvar); void VRS_LoadVRS(char *filename, entity_t *enti, global_game_variables_t *gvar); void VRS_OpenVRS(char *filename, entity_t *enti, boolean rlsw, global_game_variables_t *gvar); -//int read_vrs(global_game_variables_t *gvar, char *filename, struct vrs_container *vrs_cont); +void VRS_ReadVRL(char *filename, entity_t *enti, global_game_variables_t *gvar); +void VRS_LoadVRL(char *filename, entity_t *enti, global_game_variables_t *gvar); +void VRS_OpenVRL(char *filename, entity_t *enti, boolean rlsw, global_game_variables_t *gvar); /* Seek and return a specified .vrl blob from .vrs blob in memory * In: