author | ecalot
<ecalot> 2003-10-24 22:51:16 UTC |
committer | ecalot
<ecalot> 2003-10-24 22:51:16 UTC |
parent | d39a3b535066caaa7dd66655adecc18d5aa9962c |
PR/doc/changelog.txt | +1 | -15 |
diff --git a/PR/doc/changelog.txt b/PR/doc/changelog.txt index 55bd294..ca7adef 100644 --- a/PR/doc/changelog.txt +++ b/PR/doc/changelog.txt @@ -60,21 +60,7 @@ This program is open source under the GNU General Public License terms i) Code the compression algorithms (B0, B1, B2) to optimize the bitmap compiled dat files ii) Add full pop2 support iii) Add resources tree in xml. See the sample resources.xml and folder.xml -parsing: - -typedef struct tTag { - short int id; - tTag* child; - tTag* next; - char* field1; - char* field2; -}tTag; - -tTag* getTagStructure(); //initializes -freeTagStructure(tTag* structure) -int (0 if end) parseNext(char** pString, tTag* tag); - - +parsing iv) Code the compression algorithms (B3, B4) to optimize the bitmap compiled dat files v) Add a C++ class to use PR