From: sparky4 Date: Fri, 22 Jul 2016 13:51:47 +0000 (-0500) Subject: polished 16_vrs.h and put into make file AND! updated copyright to add yakui lover... X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=96a05acb3613a613dedb800189b6d1b0d6c531fd;p=16.git polished 16_vrs.h and put into make file AND! updated copyright to add yakui lover wwww --- diff --git a/src/lib/16_vrs.c b/src/lib/16_vrs.c index b42d80c6..b3c217ca 100755 --- a/src/lib/16_vrs.c +++ b/src/lib/16_vrs.c @@ -21,6 +21,7 @@ */ #include "src/lib/16_vrs.h" +//TODO: USE 16_MM! AND 16_CA! // Read .vrs file into memory int read_vrs(char *filename, struct vrs_container *vrs_cont){ // Initialise a local copy of becessary variables @@ -45,6 +46,7 @@ int read_vrs(char *filename, struct vrs_container *vrs_cont){ return 0; } +//TODO: USE 16_MM! AND 16_CA! // Seek and return a specified .vrl blob from .vrs blob in memory struct vrl_container* get_vrl_by_id(struct vrs_container *vrs_cont, uint16_t id){ uint16_t *ids; diff --git a/src/lib/16_vrs.h b/src/lib/16_vrs.h index 7b240a77..dacc606b 100755 --- a/src/lib/16_vrs.h +++ b/src/lib/16_vrs.h @@ -24,6 +24,8 @@ #include "src/lib/16_head.h" #include "src/lib/modex16.h" +#include "src/lib/16_ca.h" +#include "src/lib/16_mm.h" //#include //#include //#include