preprocessor magic

This commit is contained in:
j3d1 2016-01-20 23:35:56 +01:00
parent 5ff845e011
commit 221cb400c8
18 changed files with 347 additions and 143 deletions

View file

@ -13,7 +13,7 @@
class table {
public:
enum F {STRING,HEX,DEC,ACTION,EMPTY};
enum F {STRING,HEX,DEC,ACTION,BOOL,EMPTY};
struct set {
short type;
F format;