mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
More stuff, fix saved games
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct IGpAudioChannel;
|
||||
|
||||
struct IGpAudioDriver
|
||||
@@ -7,5 +9,7 @@ struct IGpAudioDriver
|
||||
public:
|
||||
virtual IGpAudioChannel *CreateChannel() = 0;
|
||||
|
||||
virtual void SetMasterVolume(uint32_t vol, uint32_t maxVolume) = 0;
|
||||
|
||||
virtual void Shutdown() = 0;
|
||||
};
|
||||
|
Reference in New Issue
Block a user