Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

kraken.cpp

Go to the documentation of this file.
00001 
00006 #include "mp3core.h"
00007 
00008 int main(int argc, const char *argv[])
00009 {
00010   MP3Core core;
00011   if(!core.Params(argc, argv)) //Parse command line arguments
00012   {  
00013     core.ShowHelp(argv[0]);
00014     return 1;
00015   }
00016 
00017   return core.Process() ? 0 : 1; //Do what should be done
00018 }
00019 

Generated on Wed Sep 6 00:17:57 2006 for Kraken by  doxygen 1.4.4