dxx-rebirth/main/console.c

9 lines
184 B
C
Raw Normal View History

2006-03-20 16:43:15 +00:00
/* console.c by Victor Rachels for console stuff... we'd need it eventually */
#include <string.h>
#include <stdlib.h>
#include "types.h"
#include "newmenu.h"
void console_main() {}