/*
*
*//*
*
*//*
* Copyright (c) ${year} Remko Tronçon
* Licensed under the GNU General Public License v3.
* See Documentation/Licenses/GPLv3.txt for more information.
*//*
*
*//*
*
*//*
*
*/${filecomment}
${declarations}${filecomment}
#pragma once
${typecomment}
${declarations}${filecomment}
${declarations}${filecomment}
#ifndef ${include_guard_symbol}
#define ${include_guard_symbol}
${declarations}
#endif /* ${include_guard_symbol} */
${body_statement}${body_statement}${body_statement}${filecomment}
${file_name}
Created on: ${date}
Author: ${user}