2022-04-06 20:06:02 +02:00

11 lines
116 B
C

#ifndef GAME_H
#define GAME_H
#include "app.h"
#include "utils.h"
#include <GL/gl.h>
#include <stdbool.h>
#endif