mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Add FreeType, progress to title screen
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "EGpAudioDriverType.h"
|
||||
|
||||
class IGpAudioDriver;
|
||||
|
||||
struct GpAudioDriverProperties
|
||||
{
|
||||
#pragma once
|
||||
|
||||
#include "EGpAudioDriverType.h"
|
||||
|
||||
struct IGpAudioDriver;
|
||||
|
||||
struct GpAudioDriverProperties
|
||||
{
|
||||
EGpAudioDriverType m_type;
|
||||
|
||||
unsigned int m_sampleRate;
|
||||
bool m_debug;
|
||||
};
|
||||
bool m_debug;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user