mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-06 02:58:18 -04:00
5d9826d41f
* 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
|