istereo2

diff libs/goatkit/theme.h @ 7:a3c4fcc9f8f3

- started a goatkit UI theme - font rendering with drawtext and shaders - asset manager (only used by drawtext for now, will replace respath eventually)
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 24 Sep 2015 06:49:25 +0300
parents 3bccfc7d10fe
children 03cc3b1884d1
line diff
     1.1 --- a/libs/goatkit/theme.h	Wed Sep 23 05:44:58 2015 +0300
     1.2 +++ b/libs/goatkit/theme.h	Thu Sep 24 06:49:25 2015 +0300
     1.3 @@ -18,6 +18,8 @@
     1.4  #ifndef THEME_H_
     1.5  #define THEME_H_
     1.6  
     1.7 +#define GOATKIT_THEME_BUILTIN	"GOATKIT_THEME_BUILTIN"
     1.8 +
     1.9  namespace goatkit {
    1.10  
    1.11  class Widget;