LO41/CommunicationBox/CommunicationBox.h

15 lines
235 B
C

//
// Created by Antoine Bartuccio on 05/06/2018.
//
#ifndef LO41_COMMUNICATIONBOX_H
#define LO41_COMMUNICATIONBOX_H
#include "../Objects.h"
typedef struct o_CommunicationBox {
} CommunicationBox;
#endif //LO41_COMMUNICATIONBOX_H