mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-04 13:47:04 -04:00
Realized I had forgotten to initialize the UserInput struct to 0.
This commit is contained in:
parent
551f3c834f
commit
705da4ba5c
8 changed files with 17 additions and 18 deletions
|
@ -19,4 +19,5 @@
|
|||
|
||||
namespace Audio {
|
||||
int Initialize();
|
||||
void Shutdown();
|
||||
}
|
|
@ -24,8 +24,6 @@ HANDLE Thread;
|
|||
IXAudio2 *pXAudio2 = NULL;
|
||||
IXAudio2MasteringVoice *MasterVoice = NULL;
|
||||
|
||||
void Shutdown();
|
||||
|
||||
int Initialize(){
|
||||
HRESULT result;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue