LO41/Elevator/Elevator.h

18 lines
247 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 {
DESTRUCTOR(Elevator);
} Elevator;
Elevator *_init_Elevator();
#endif //LO41_ELEVATOR_H