7 lines
113 B
C
7 lines
113 B
C
|
#pragma once
|
||
|
|
||
|
#if defined(COMBO_ENABLE)
|
||
|
#define COMBO_COUNT 4
|
||
|
#define COMBO_TERM 50
|
||
|
#endif // !COMBO_ENABLE
|