dxx-rebirth/main/console.h

12 lines
151 B
C
Raw Normal View History

2006-03-20 16:43:15 +00:00
/* console.h by Victor Rachels for console stuff... we'd need it eventually */
#ifndef _CONSOLE_H
#define _CONSOLE_H
void console_main();
#endif