Mercurial > public > algo-animator
diff utils.h @ 5:6be2faa7ed6e
rectangles with variable height
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Tue, 13 Jun 2023 17:23:52 +0100 |
parents | 035d3880da04 |
children | 40a8bdbe2005 |
line wrap: on
line diff
--- a/utils.h Mon Jun 12 23:10:08 2023 +0100 +++ b/utils.h Tue Jun 13 17:23:52 2023 +0100 @@ -1,11 +1,11 @@ #ifndef UTILS_H #define UTILS_H -#include <stdio.h> + #include <GL/glut.h> -#include <math.h> + +void render_text(const char *text, float x, float y); +int random_int(int min, int max); -void render_text(const char *text, float x, float y); - #endif