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

17
include/PhAudio.h Normal file
View File

@@ -0,0 +1,17 @@
#pragma once
#include "Ph.h"
namespace ph {
namespace audio {
int Init();
void PlayNote(Note note);
double NoteDuration();
void Destroy();
} // namespace audio
} // namespace ph