diff options
Diffstat (limited to 'src/osc_server.h')
-rw-r--r-- | src/osc_server.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osc_server.h b/src/osc_server.h index f6d0c51..0687d1c 100644 --- a/src/osc_server.h +++ b/src/osc_server.h @@ -102,4 +102,6 @@ public: #define GEO_TYPES "iiii" /* x, y, width, height */ #define NEW_LAYER_TYPES "is" GEO_TYPES "f" /* position, name, GEO, alpha */ +#define COLOR_TYPES "iii" /* r, g, b */ + #endif |