diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-10-02 20:33:35 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-10-02 20:33:35 +0200 |
commit | b224aef050b4f75b6325cb3b46b70e31d9116fa2 (patch) | |
tree | d920da5679925bc3124112e45f7307bde4e38729 /src/layer_box.h | |
parent | f025c0def98fd72f7e3180a208d896414c451e63 (diff) | |
download | osc-graphics-b224aef050b4f75b6325cb3b46b70e31d9116fa2.tar.gz |
added text layers based on SDL_ttf
Diffstat (limited to 'src/layer_box.h')
-rw-r--r-- | src/layer_box.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/layer_box.h b/src/layer_box.h index 1e4e5e3..157bb29 100644 --- a/src/layer_box.h +++ b/src/layer_box.h @@ -7,8 +7,6 @@ #include "osc_server.h" #include "layer.h" -#define COLOR_TYPES "iii" /* r, g, b */ - class LayerBox : public Layer { Sint16 x1, y1, x2, y2; Uint8 r, g, b, a; |