mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-02 18:18:29 -04:00
11 lines
198 B
C++
11 lines
198 B
C++
#ifndef JSTUDIO_DATA_H
|
|
#define JSTUDIO_DATA_H
|
|
|
|
namespace JStudio {
|
|
namespace data {
|
|
extern const char ga8cSignature[8];
|
|
} // namespace data
|
|
} // namespace JStudio
|
|
|
|
#endif /* JSTUDIO_DATA_H */
|