comparison lwlink/lwlink.h @ 171:d610b8aef91b

Added LWAR skeleton
author lost
date Sun, 01 Mar 2009 19:37:03 +0000
parents 106c2fe3c9d9
children 6ebb93b409ba
comparison
equal deleted inserted replaced
170:bf69160da467 171:d610b8aef91b
71 char *filename; 71 char *filename;
72 unsigned char *filedata; 72 unsigned char *filedata;
73 long filesize; 73 long filesize;
74 section_t *sections; 74 section_t *sections;
75 int nsections; 75 int nsections;
76 76
77 // "sub" files (like in archives or libraries)
78 int nsubs;
79 fileinfo_t **subs;
80 fileinfo_t *parent;
77 }; 81 };
78 82
79 struct section_list 83 struct section_list
80 { 84 {
81 section_t *ptr; // ptr to section structure 85 section_t *ptr; // ptr to section structure