mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
13 lines
195 B
C++
13 lines
195 B
C++
#ifndef DATA_H
|
|
#define DATA_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
namespace JMessage {
|
|
struct data {
|
|
static f32 ga4cSignature[1 + 1 /* padding */];
|
|
};
|
|
}; // namespace JMessage
|
|
|
|
#endif /* DATA_H */
|