Forgot to ci yesterday.

Now links.
This commit is contained in:
Steven Fuller 2001-08-04 15:46:22 +00:00 committed by Patryk Obara
parent 29792b40ef
commit f2c6ac7362
9 changed files with 754 additions and 384 deletions

View file

@ -2,10 +2,11 @@
#include <stdlib.h>
#include <string.h>
#include "3dc.h"
#include "fixer.h"
#include "3dc.h"
#include "cdtrackselection.h"
PROCESSORTYPES ReadProcessorType()
{
return PType_PentiumMMX;
@ -23,5 +24,7 @@ int ExitWindowsSystem()
int main(int argc, char *argv[])
{
LoadCDTrackList();
return 0;
}