|
|
|
@ -24,7 +24,8 @@ tstylesheet {
|
|
|
|
|
* @license GNU General Public License 3.0 - see LICENSE.txt
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
#ifndef «yml:ucase(@name)»_EVENT_H
|
|
|
|
|
#define «yml:ucase(@name)»_EVENT_H
|
|
|
|
|
|
|
|
|
|
#include "pEpEngine.h"
|
|
|
|
|
|
|
|
|
@ -88,6 +89,7 @@ tstylesheet {
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
@ -156,7 +158,8 @@ tstylesheet {
|
|
|
|
|
* @license GNU General Public License 3.0 - see LICENSE.txt
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
#ifndef «yml:ucase(@name)»_IMPL_H
|
|
|
|
|
#define «yml:ucase(@name)»_IMPL_H
|
|
|
|
|
|
|
|
|
|
#include "fsm_common.h"
|
|
|
|
|
#include "«@name»_event.h"
|
|
|
|
@ -330,6 +333,7 @@ tstylesheet {
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
}
|
|
|
|
@ -1376,7 +1380,8 @@ tstylesheet {
|
|
|
|
|
* @license GNU General Public License 3.0 - see LICENSE.txt
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
#ifndef «yml:ucase(@name)»_FSM_H
|
|
|
|
|
#define «yml:ucase(@name)»_FSM_H
|
|
|
|
|
|
|
|
|
|
#include "«../@name»_impl.h"
|
|
|
|
|
|
|
|
|
@ -1474,6 +1479,7 @@ tstylesheet {
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
}
|
|
|
|
@ -1752,3 +1758,4 @@ tstylesheet {
|
|
|
|
|
| }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|