Mercurial > public > algo-animator
diff utils.h @ 7:f159eec07daf
refactor
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Fri, 23 Jun 2023 10:01:37 +0100 |
parents | 40a8bdbe2005 |
children |
line wrap: on
line diff
--- a/utils.h Tue Jun 13 18:37:23 2023 +0100 +++ b/utils.h Fri Jun 23 10:01:37 2023 +0100 @@ -2,11 +2,11 @@ #define UTILS_H -#include <GL/glut.h> +#include <math.h> +#include <stdlib.h> -void render_text(const char *text, float x, float y); + int random_int(int min, int max); -void draw_rectangle(int x_position, int rect_height, int rect_width, int window_height); #endif