preprocessor magic
This commit is contained in:
parent
5ff845e011
commit
221cb400c8
18 changed files with 347 additions and 143 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue