mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 15:01:33 -04:00
11 lines
193 B
C++
11 lines
193 B
C++
#ifndef JMESSAGE_DATA_H
|
|
#define JMESSAGE_DATA_H
|
|
|
|
namespace JMessage {
|
|
namespace data {
|
|
extern const int ga4cSignature;
|
|
} // namespace data
|
|
} // namespace JMessage
|
|
|
|
#endif /* JMESSAGE_DATA_H */
|