pdec handler

This commit is contained in:
Jakob Meier
2021-11-01 12:41:20 +01:00
parent b7cd192185
commit 556a3986c1
18 changed files with 895 additions and 117 deletions

View File

@ -21,6 +21,7 @@ enum commonClassIds: uint8_t {
PLOC_UPDATER, //PLUD
GOM_SPACE_HANDLER, //GOMS
PLOC_MEMORY_DUMPER, //PLMEMDUMP
PDEC_HANDLER, //PDEC
COMMON_CLASS_ID_END // [EXPORT] : [END]
};