working game

This commit is contained in:
2023-11-23 00:22:02 +01:00
parent ac8047cfb0
commit 353438ee5d
8 changed files with 3861 additions and 154 deletions

11
include/BinaryData.h Normal file
View File

@@ -0,0 +1,11 @@
#pragma once
namespace ph {
namespace data {
static const unsigned int NotesMP3_size = 164234;
const char* GetMP3Data();
} // namespace data
} // namespace ph