11 lines
172 B
Plaintext
11 lines
172 B
Plaintext
|
/**
|
||
|
* @author : {{NAME}} ({{EMAIL}})
|
||
|
* @file : {{FILE}}
|
||
|
* @license : {{LICENSE}}
|
||
|
* @created : {{TIMESTAMP}}
|
||
|
*/
|
||
|
|
||
|
#include "{{FILE}}.h"
|
||
|
|
||
|
{{CURSORS}}
|