working game
This commit is contained in:
17
include/PhAudio.h
Normal file
17
include/PhAudio.h
Normal 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
|
||||
Reference in New Issue
Block a user