]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_vrs.h
__seguse.txt added to show _seg usage also OpenVGMFile needs to be ported to 16_snd...
[16.git] / src / lib / 16_vrs.h
index 068f569fa9fbf89b7f8d48690313e91f71ee6020..07e75321f767d7a95795474ee4f1ae6341a2b58d 100755 (executable)
@@ -28,7 +28,7 @@
 //#include <hw/dos/dos.h>\r
 #include <hw/vga/vrl.h>\r
 #include "src/lib/16_ca.h"\r
-\r
+/*\r
 struct vrs_container{\r
        // Size of a .vrs lob in memory\r
        // minus header\r
@@ -40,7 +40,7 @@ struct vrs_container{
        // Array of corresponding vrl line offsets\r
        vrl1_vgax_offset_t **vrl_line_offsets;\r
 };\r
-\r
+*//*\r
 struct vrl_container{\r
        // Size of a .vrl blob in memory\r
        // minus header\r
@@ -52,7 +52,7 @@ struct vrl_container{
        // Pointer to a corresponding vrl line offsets struct\r
        vrl1_vgax_offset_t *line_offsets;\r
 };\r
-\r
+*/\r
 /* Read .vrs file into memory\r
 * In:\r
 * + char *filename - name of the file to load\r
@@ -64,7 +64,6 @@ struct vrl_container{
 void VRS_ReadVRS(char *filename, entity_t *enti, global_game_variables_t *gvar);\r
 void VRS_LoadVRS(char *filename, entity_t *enti, global_game_variables_t *gvar);\r
 void VRS_OpenVRS(char *filename, entity_t *enti, boolean rlsw, global_game_variables_t *gvar);\r
-//int read_vrs(global_game_variables_t *gvar, char *filename, struct vrs_container *vrs_cont);\r
 \r
 /* Seek and return a specified .vrl blob from .vrs blob in memory\r
 * In:\r