|
#ifndef _LECTURE_H
|
|
#define _LECTURE_H
|
|
|
|
|
|
#include "../melodie/melodie.h"
|
|
// #include "../instruments/instrument.h"
|
|
|
|
#include <SDL2/SDL.h>
|
|
#include <SDL2/SDL_mixer.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
#define NBR_MS
|
|
|
|
void lecture(int nbrChaines, Motif* melodie[]);
|
|
|
|
#endif
|