15 lines
199 B
C
15 lines
199 B
C
/**
|
|
* @author Edouard DUPIN
|
|
*
|
|
* @copyright 2010, Edouard DUPIN, all right reserved
|
|
*
|
|
* @license BSD 3 clauses (see license file)
|
|
*/
|
|
|
|
#ifndef __APPL_MAIN_H__
|
|
#define __APPL_MAIN_H__
|
|
|
|
|
|
#endif
|
|
|