summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 65e77b1..62c0c74 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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;
}