9 lines
113 B
C
9 lines
113 B
C
#ifndef _OPTIONS_H_
|
|
#define _OPTIONS_H_
|
|
|
|
#define STDLIB 1
|
|
#define CAMERA 1
|
|
#define SAFE 0
|
|
|
|
#endif // _OPTIONS_H_
|