blob: bbf65f4ee4f8f222b5cf0d1d4bd9a97c8cadef27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef DDRW_CONFIG_H_INCLUDED
#define DDRW_CONFIG_H_INCLUDED
#ifdef __cplusplus
#define C_API extern "C"
#else
#define C_API
#endif
#endif // DDRW_CONFIG_H_INCLUDED
|