mirror of
https://git.planet-casio.com/Slyvtt/Collab_RPG.git
synced 2024-12-29 13:03:43 +01:00
11 lines
142 B
C
11 lines
142 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
|
|
#if !defined(FXCG50) && defined(COLOR2BIT)
|
|
#define GRAYMODEOK 1
|
|
#endif
|
|
|
|
#define USB_FEATURE 0
|
|
|
|
#endif
|