40 #define HTEXT_TOP_STR 1 41 #define HTEXT_BOT_STR 2 54 MHEG5EventType eventType;
99 void MHEG5linkDeactivate(
MHEG5Link *link);
100 U8BIT* MHEG5linkEventName(
MHEG5Link *link );
120 void MHEG5linkPrint(
MHEG5Link *link,
char *out);
123 extern MHEG5Link *activeLinksHead[MHEG5LASTEVENT + 1];
124 extern unsigned int existsLinkCount[MHEG5LASTEVENT + 1];
Definition: mh5action.h:199
Implementation of the Ingredient class.
Definition: mh5ingredient.h:63
void MHEG5linkInit(MHEG5Link *link)
<Function description>="">
Definition: mh5link.c:252
void initialiseActiveLinkQs(void)
<Function description>="">
Definition: mh5link.c:127
void MHEG5linkFree(MHEG5Link *link)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5link.c:269
Manage elementary actions Manage a table of all actions and call a specific action which is defined b...
Definition: mh5base.h:169
Definition: mh5base.h:147