diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-07-29 20:57:33 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | 4db15e7459ab06860cb7a7e162ca6d2b52a68b9c (patch) | |
| tree | d26b85d52ff351d029f8138b58fbebee3464c1e1 /src/main.c | |
| parent | 5c497c61a656f338eb9599fb5f364ad853d0eccf (diff) | |
More compiling. Things are starting to get hacky (adding stubs, commenting
out unimplemented windows stuff, and so on).
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c new file mode 100644 index 0000000..ce2be09 --- /dev/null +++ b/src/main.c @@ -0,0 +1,12 @@ +#include <stdio.h> +#include <stdlib.h> +#include <string.h> + +#include "3dc.h" + +#include "fixer.h" + +int main(int argc, char *argv[]) +{ + return 0; +} |
