LO41/Elevator/Elevator.h

15 lines
195 B
C

//
// 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