X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=widgets.h;h=18a833493ba19cd4fa43f937d539bc6a63110077;hp=d7c3c5e8f27d500ab392dbf02b07b402d0b9e799;hb=a164e03033bce0a1fff8044468b12e600722b188;hpb=e8cff1305e9c4843c6424e3194f4276b031804fc diff --git a/widgets.h b/widgets.h index d7c3c5e..18a8334 100644 --- a/widgets.h +++ b/widgets.h @@ -1,5 +1,5 @@ -#ifndef _WIDGETS_H -#define _WIDGETS_H 1 +#ifndef _MOVIT_WIDGETS_H +#define _MOVIT_WIDGETS_H 1 // Some simple UI widgets for test use. @@ -8,4 +8,4 @@ void draw_saturation_bar(float y, float saturation); void make_hsv_wheel_texture(); void read_colorwheel(float xf, float yf, float *rad, float *theta, float *value); -#endif // !defined(_WIDGETS_H) +#endif // !defined(_MOVIT_WIDGETS_H)