MCPcopy Create free account
hub / github.com/XorTroll/uLaunch / SoundFile

Class SoundFile

projects/uDesigner/source/main.cpp:1020–1026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1018};
1019
1020struct SoundFile {
1021 std::string path;
1022 void *data;
1023 size_t data_size;
1024
1025 SoundFile(const std::string &path) : path(path), data(nullptr), data_size(0) {}
1026};
1027
1028SoundFile bgm_main("sound/Main/Bgm.mp3");
1029SoundFile sfx_main_post_suspend("sound/Main/PostSuspend.wav");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected