16 lines
250 B
Plaintext
16 lines
250 B
Plaintext
/**
|
|
* @author : {{NAME}} ({{EMAIL}})
|
|
* @file : {{FILE}}
|
|
* @license : {{LICENSE}}
|
|
* @created : {{TIMESTAMP}}
|
|
*/
|
|
|
|
#ifndef {{MACRO_GUARD}}
|
|
|
|
#define {{MACRO_GUARD}}
|
|
|
|
{{CURSOR}}
|
|
|
|
|
|
#endif /* end of include guard {{MACRO_GUARD}} */
|