X-Git-Url: https://git.kengrimes.com/?p=henge%2Fapc.git;a=blobdiff_plain;f=src%2Fir.h;h=6d045dd828f5ef769b05245726beca29c6154505;hp=590710e607c12b4ef204ae73bfe264f2dbca97f6;hb=9fb546438cedd3fb67bd1b11665e7a0b6744f45b;hpb=6035780f8e8c7ba47ae517ad6cf7e47515e847fd diff --git a/src/ir.h b/src/ir.h index 590710e..6d045dd 100644 --- a/src/ir.h +++ b/src/ir.h @@ -28,8 +28,6 @@ typedef struct ir_class_t* ir_class; typedef struct ir_setld_t* ir_setld; typedef struct ir_classld_t* ir_classld; -enum dtype { FSDAT, MSDAT, ADAT, LDAT, FBDAT }; -enum ltype { OLINK, MLINK, VLINK, ALINK }; /* Classes and Sets Classes are rooted at a special root class, representing the current working directory at scan-time, named ".". The root class can always be identified @@ -65,6 +63,7 @@ ir_set ir_set_addchild(ir_set,uint8_t*); data of an associated file at that path and no path is provided, the data will be entered null. */ +enum ltype { OLINK, MLINK, VLINK, ALINK }; void ir_set_assign_data(ir_set,ir_setdata); void ir_set_assign_ref(ir_set,long long); void ir_data_assign_path(ir_setdata,uint8_t*); @@ -72,10 +71,6 @@ ir_setdata ir_framesheet(uint8_t*, apc_facing, int,int); ir_setdata ir_mapsheet(uint8_t*, apc_facing, int,int); ir_setdata ir_audio(uint8_t*); ir_setdata ir_link(enum ltype, ir_setld, uint8_t*); -ir_setdata ir_link_odat(ir_setld); -ir_setdata ir_link_vdat(ir_setld,uint8_t*); -ir_setdata ir_link_mdat(ir_setld,uint8_t*); -ir_setdata ir_link_adat(ir_setld,uint8_t*); /* Reference Linking Data Create linking data to sets or classes that will be resolved at a later stage. Class references can be created from an ir_class object, if