Files
tp/include/JSystem/JMessage/data.h
T

13 lines
195 B
C++
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef DATA_H
#define DATA_H
#include "dolphin/types.h"
2022-03-15 02:25:25 -07:00
namespace JMessage {
2022-03-15 02:35:30 -07:00
struct data {
static f32 ga4cSignature[1 + 1 /* padding */];
2022-03-15 02:25:25 -07:00
};
2022-03-15 02:35:30 -07:00
}; // namespace JMessage
2022-03-15 02:25:25 -07:00
2021-03-28 22:49:05 +02:00
#endif /* DATA_H */