mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-10 04:15:39 -04:00
f4a3c80af3
* decompile jstudio-data.cpp did this earlier for Pikmin 2 * clarify stb-data * clarify fvb-data * formatting * clang-format properly
8 lines
161 B
C++
8 lines
161 B
C++
namespace JStudio {
|
|
namespace fvb {
|
|
namespace data {
|
|
extern const char ga4cSignature[] = "FVB";
|
|
} // namespace data
|
|
} // namespace fvb
|
|
} // namespace JStudio
|