1
0
mirror of https://gitlab.com/klmp200/LO41.git synced 2025-02-19 22:17:09 +00:00
LO41/CommunicationBox/CommunicationBox.h

18 lines
311 B
C
Raw Normal View History

//
// Created by Antoine Bartuccio on 05/06/2018.
//
#ifndef LO41_COMMUNICATIONBOX_H
#define LO41_COMMUNICATIONBOX_H
#include "../Objects.h"
typedef struct o_CommunicationBox {
2018-06-06 03:00:35 +02:00
DESTRUCTOR(CommunicationBox);
} CommunicationBox;
2018-06-06 03:00:35 +02:00
CommunicationBox *_init_CommunicationBox();
#endif //LO41_COMMUNICATIONBOX_H