mirror of
https://gitlab.com/klmp200/LO41.git
synced 2025-07-17 15:19:23 +00:00
Normalement maintenant ça compile mieux
This commit is contained in:
5
CommunicationBox/CommunicationBox.c
Normal file
5
CommunicationBox/CommunicationBox.c
Normal file
@ -0,0 +1,5 @@
|
||||
//
|
||||
// Created by Antoine Bartuccio on 05/06/2018.
|
||||
//
|
||||
|
||||
#include "CommunicationBox.h"
|
14
CommunicationBox/CommunicationBox.h
Normal file
14
CommunicationBox/CommunicationBox.h
Normal file
@ -0,0 +1,14 @@
|
||||
//
|
||||
// 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
|
Reference in New Issue
Block a user