summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-07-31 04:06:01 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commitcfd7274022c512ba5e06a659a5281097f6468e40 (patch)
treec799b18033c1d68f4a7f63ad5a2cc76001f09ba0 /src/main.c
parenteb5c2cc01dbd5756790860ad5eb2302f911d9dc7 (diff)
More compiling.
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;