22 #ifndef MYTHDTO_LIST_H 23 #define MYTHDTO_LIST_H 25 #include "../../mythtypes.h" 29 void SetItemList_Count(
Myth::ItemList *obj, uint32_t *val) { obj->count = *val; }
30 void SetItemList_ProtoVer(
Myth::ItemList *obj, uint32_t *val) { obj->protoVer = *val; }
This namespace contains all DTO definitions.