Revert "remove another macro"

This reverts commit 00e4f89cc1.
This commit is contained in:
jacekpoz 2024-04-18 20:30:10 +02:00
parent 00e4f89cc1
commit 9af4bc02e1
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -26,6 +26,8 @@
#define VAR_ENUM(section, name, enum_type)
#define VAR_ENUM_D(section, name, enum_type, default)
#define STRUCT_STREAM_OPS(name, ...)
#define STRUCT(name, ...)
#define VAR_STRUCT(section, name, struct_type)
#define VAR_STRUCT_D(section, name, struct_type, default)