summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index ce2be09..bd845a0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -6,6 +6,16 @@
#include "fixer.h"
+PROCESSORTYPES ReadProcessorType()
+{
+ return PType_PentiumMMX;
+}
+
+int InitialiseWindowsSystem()
+{
+ return 0;
+}
+
int main(int argc, char *argv[])
{
return 0;