MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / Init_Sound

Function Init_Sound

source/src/init.cpp:2–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "inc_header.h"
2void Init_Sound()
3{
4 ResourceTool::search(L"WAVE", [](std::wstring name, LPCWSTR) {
5 Qi::ui.sounds.append(QString::fromStdWString(name));
6 return true;
7 });
8}
9void Init_Style()
10{
11 QiUi::Theme theme;

Callers 1

initMethod · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected