14 lines
167 B
C
14 lines
167 B
C
|
/**
|
||
|
* @file settings.h
|
||
|
*
|
||
|
* @date Feb 13, 2014
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2014
|
||
|
*/
|
||
|
|
||
|
#ifndef SETTINGS_H_
|
||
|
#define SETTINGS_H_
|
||
|
|
||
|
|
||
|
|
||
|
#endif /* SETTINGS_H_ */
|