5 lines
60 B
C
5 lines
60 B
C
|
#define USE_GPL 1
|
||
|
#if USE_GPL
|
||
|
#include "fmopl_gpl.h"
|
||
|
#endif
|