hemtt-preprocessor 1.0.0

A preprocessor library for hemtt
Documentation
1
2
3
4
5
6
7
8
9
10
#define ITEM(name) mod_##name


#define MACRO_ADDITEM(ITEM,COUNT) class _xx_##ITEM { \
    name = #ITEM; \
    count = COUNT; \
}


class TransportItems {
    MACRO_ADDITEM(ITEM(painkillers),1);
};