9 lines
173 B
C
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
|