mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-24 06:50:43 -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 */
|