This repository has been archived on 2023-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
api8/includes/utils.h
2023-05-08 14:35:36 +02:00

12 lines
213 B
C

#ifndef DEMO_UTILS_H
#define DEMO_UTILS_H 1
#include <GL4D/gl4duw_SDL2.h>
// Récupère un delta-temps
double get_dt(double *, GLboolean);
// Bind and load a matrix
void bindAndLoadf(const char *name);
#endif