jedi-academy/code/ff/ff_local.h

24 lines
570 B
C
Raw Normal View History

2013-04-19 02:52:48 +00:00
#ifndef FF_LOCAL_H
#define FF_LOCAL_H
#define FF_ACCESSOR
#define FF_API_VERSION 1
// Better sound synchronization
// This is default value for cvar ff_delay. User may tweak this.
#define FF_DELAY "40"
// Default: all channels output to primary device
#define FF_CHANNEL "0,0;1,0;2,0;3,0;4,0;5,0"
// Optional system features
#define FF_PRINT
#ifdef FF_PRINT
#define FF_CONSOLECOMMAND
#endif
// (end) Optional system features
2013-04-19 03:47:29 +00:00
#include "../game/q_shared.h" // includes ff_public.h
#include "../qcommon/qcommon.h"
2013-04-19 02:52:48 +00:00
#define FF_MAX_PATH MAX_QPATH
2013-04-04 22:35:38 +00:00
#endif // FF_LOCAL_H