aboutsummaryrefslogtreecommitdiff
path: root/src/tests/taf.cpp
blob: 12c653eba7e0d37fd55bc50999c42c78f3dad7d1 (plain)
1
2
3
4
5
6
7
8
9
#include "bu/tafreader.h"
#include "bu/file.h"

int main()
{
	Bu::File f("test.taf", "rb");
	Bu::TafReader tr( f );
}