From: sparky4 Date: Wed, 8 Mar 2017 15:48:23 +0000 (-0600) Subject: __seguse.txt added to show _seg usage also OpenVGMFile needs to be ported to 16_snd... X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=4db2a85975218140cdece4df2eb998741db8ba9b __seguse.txt added to show _seg usage also OpenVGMFile needs to be ported to 16_snd.c ][ ca needs huge amounts of work and i should remember what needs to be done soon also i should reverify 16_in.c to make sure it can work with other code of id engine ][ added 1.9 support wwww and fixed 16_vlpal.obj compile error\~ [it was a 8.3 file name extention error it was a simple issue wwww] --- diff --git a/src/lib/16_vlpal.h b/src/lib/16_vlpal.h index 1ff20b6d..aa81d33e 100755 --- a/src/lib/16_vlpal.h +++ b/src/lib/16_vlpal.h @@ -1,8 +1,8 @@ #ifndef __16_VLPAL_H__ #define __16_VLPAL_H__ -#include "src/lib/16_vlpald.h" #include "src/lib/16_vl.h" +#include "src/lib/16_vlpld.h" typedef struct diff --git a/src/lib/16_vlpald.h b/src/lib/16_vlpld.h similarity index 100% rename from src/lib/16_vlpald.h rename to src/lib/16_vlpld.h