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