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

11 lines
171 B
C

// includes *.h from specific /arch/... dir
#ifndef _ARCH_INC
#define _ARCH_INC
#ifdef __DJGPP__
#include "..\arch\dos\key.h"
#include "..\arch\dos\joy.h"
#endif
#endif