dxx-rebirth/main/console.h
2006-03-20 16:43:15 +00:00

12 lines
151 B
C
Executable file

/* console.h by Victor Rachels for console stuff... we'd need it eventually */
#ifndef _CONSOLE_H
#define _CONSOLE_H
void console_main();
#endif