comparison utils.h @ 6:40a8bdbe2005

Refactor to array of structures
author Dennis C. M. <dennis@denniscm.com>
date Tue, 13 Jun 2023 18:37:23 +0100
parents 6be2faa7ed6e
children f159eec07daf
comparison
equal deleted inserted replaced
5:6be2faa7ed6e 6:40a8bdbe2005
4 4
5 #include <GL/glut.h> 5 #include <GL/glut.h>
6 6
7 void render_text(const char *text, float x, float y); 7 void render_text(const char *text, float x, float y);
8 int random_int(int min, int max); 8 int random_int(int min, int max);
9 void draw_rectangle(int x_position, int rect_height, int rect_width, int window_height);
9 10
10 11
11 #endif 12 #endif