mirror of
https://github.com/zeldaret/tp
synced 2026-05-31 09:22:07 -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
|