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/animations.h
Mylloon f45432f0ef
rework
* usage of gl4dhAnimeManager
* basic impl of music (MID)
* includes and src folders
* move light to animation
2023-05-03 12:22:42 +02:00

18 lines
262 B
C

#ifndef DEMO_ANIMATION_HPP
#define DEMO_ANIMATION_HPP 1
#include <GL4D/gl4dh.h>
#include <GL4D/gl4duw_SDL2.h>
#include "audio.h"
// Dimensions de la fenêtre
extern GLuint _dims[];
// Lumière
void lights(int);
// Crédits de fin
void credits(int);
#endif