LO41/SharedData/SharedData.h

18 lines
271 B
C
Raw Normal View History

2018-06-06 11:50:11 +00:00
//
// Created by Antoine Bartuccio on 06/06/2018.
//
#ifndef LO41_SHAREDDATA_H
#define LO41_SHAREDDATA_H
#include "../Objects.h"
typedef struct o_SharedData {
DESTRUCTOR(SharedData);
} SharedData;
SharedData *_get_instance_SharedData();
#endif //LO41_SHAREDDATA_H