1
0
mirror of https://gitlab.com/klmp200/LO41.git synced 2025-07-11 04:09:24 +00:00

Normalement maintenant ça compile mieux

This commit is contained in:
2018-06-06 01:15:23 +02:00
parent 6ab2711c9c
commit 0fd63b47dd
13 changed files with 84 additions and 11 deletions

5
Elevator/Elevator.c Normal file
View File

@ -0,0 +1,5 @@
//
// Created by Antoine Bartuccio on 05/06/2018.
//
#include "Elevator.h"

14
Elevator/Elevator.h Normal file
View File

@ -0,0 +1,14 @@
//
// Created by Antoine Bartuccio on 05/06/2018.
//
#ifndef LO41_ELEVATOR_H
#define LO41_ELEVATOR_H
#include "../Objects.h"
typedef struct o_Elevator {
} Elevator;
#endif //LO41_ELEVATOR_H