09e09dc4b5b21539382073e80b617807f4cc1adf
[tpg/acess2.git] / AcessNative / acesskernel_src / main.c
1 /*
2  * Acess2 Native Kernel
3  * - Acess kernel emulation on another OS using SDL and UDP
4  *
5  * Kernel Main
6  */
7 #include <stdio.h>
8 #include <stdlib.h>
9 #include <SDL/SDL.h>
10
11 int main(int argc, char *argv[])
12 {
13         return 0;
14 }
15

UCC git Repository :: git.ucc.asn.au