#include <stdio.h>
#include <iostream>
#include <string>
#include <cstdlib>
#include "RIFF.h"
Go to the source code of this file.
Functions | |
string | Revision () |
void | PrintVersion () |
void | PrintUsage () |
void | PrintChunkList (RIFF::List *list, bool PrintSize) |
int | main (int argc, char *argv[]) |
|
Definition at line 42 of file rifftree.cpp. References RIFF::List::GetListTypeString(), RIFF::Chunk::GetSize(), PrintChunkList(), RIFF::Exception::PrintMessage(), PrintUsage(), and PrintVersion(). |
|
Definition at line 97 of file rifftree.cpp. References RIFF::Chunk::GetChunkID(), RIFF::Chunk::GetChunkIDString(), RIFF::List::GetFirstSubChunk(), RIFF::Chunk::GetParent(), and RIFF::Chunk::GetSize(). Referenced by main(). |
|
|
|
|
|
|