avp/src/main.c

23 lines
258 B
C
Raw Normal View History

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "3dc.h"
#include "fixer.h"
2001-07-31 04:06:01 +00:00
PROCESSORTYPES ReadProcessorType()
{
return PType_PentiumMMX;
}
int InitialiseWindowsSystem()
{
return 0;
}
int main(int argc, char *argv[])
{
return 0;
}