This repository has been archived on 2022-05-19. You can view files and clone it, but cannot push or open issues or pull requests.
DemoGL4D/animations.h
2022-05-13 20:57:05 +02:00

9 lines
173 B
C

#ifndef DEMO_ANIMATION_HPP
#define DEMO_ANIMATION_HPP 1
#include <GL4D/gl4dh.h>
// Comportement avant de lancer les animations
void initialisationAnimation(void);
#endif