Forgot to ci yesterday.
Now links.
This commit is contained in:
parent
29792b40ef
commit
f2c6ac7362
9 changed files with 754 additions and 384 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue