dxx-rebirth/main/console.h
md2211 d393f32eed * Removed executable flag on most files
* Reverted value of SOUND_MAX_VOLUME
2007-09-21 19:06:05 +00:00

12 lines
151 B
C

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