can be of use later

This commit is contained in:
chudov
2009-01-15 23:16:12 +00:00
parent 1a25107348
commit dc9168dcf9
10 changed files with 818 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
// CUETools.Codecs.TTA.h
#pragma once
using namespace System;
using namespace System::Text;
using namespace System::IO;
using namespace System::Collections::Generic;
using namespace System::Collections::Specialized;
using namespace System::Runtime::InteropServices;
using namespace CUETools::Codecs;