Adding Music Playback

This commit is contained in:
IlyaShurupov 2023-11-29 19:42:17 +03:00
parent 7b325244c5
commit 231b30b2cb
12 changed files with 1840 additions and 149 deletions

View file

@ -25,7 +25,8 @@ namespace tp {
static bool checkLeaks();
static void startIgnore();
static void stopIgnore();
static ualni getNAllocations();
public:
[[nodiscard]] bool checkWrap() const { return false; }
void checkValid() {}