tp/include/JSystem/JMessage/data.h

13 lines
184 B
C++

#ifndef DATA_H
#define DATA_H
#include "dolphin/types.h"
namespace JMessage {
struct data {
static f32 ga4cSignature[1 + 1 /* padding */];
};
};
#endif /* DATA_H */