mirror of
https://github.com/Arkia-Groupe/radar.git
synced 2026-01-18 16:37:38 +01:00
19 lines
358 B
C
19 lines
358 B
C
/*
|
|
** EPITECH PROJECT, 2023
|
|
** B-MUL-100-REN-1-1-myradar-savinien.petitjean
|
|
** File description:
|
|
** radar.h
|
|
*/
|
|
|
|
#ifndef RADAR_H
|
|
#define RADAR_H
|
|
#include <SFML/Audio.h>
|
|
#include <SFML/Graphics.h>
|
|
#include <stdlib.h>
|
|
#include <stdbool.h>
|
|
#include <stdlib.h>
|
|
#include "../lib/my/lib.h"
|
|
|
|
void print_usages(void);
|
|
#endif /* RADAR_H */
|