comparison 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
comparison
equal deleted inserted replaced
4:035d3880da04 5:6be2faa7ed6e
1 #ifndef UTILS_H 1 #ifndef UTILS_H
2 #define UTILS_H 2 #define UTILS_H
3 3
4 #include <stdio.h> 4
5 #include <GL/glut.h> 5 #include <GL/glut.h>
6 #include <math.h> 6
7 void render_text(const char *text, float x, float y);
8 int random_int(int min, int max);
7 9
8 10
9 void render_text(const char *text, float x, float y);
10
11 #endif 11 #endif