Etterna
0.74.4
Loading...
Searching...
No Matches
src
arch
Sound
RageSoundDriver_Null.h
1
#ifndef RAGE_SOUND_NULL
2
#define RAGE_SOUND_NULL
3
4
#include "RageSoundDriver.h"
5
6
class
RageSoundDriver_Null
:
public
RageSoundDriver
7
{
8
public
:
9
RageSoundDriver_Null
();
10
int64_t GetPosition()
const
;
11
int
GetSampleRate()
const
;
12
void
Update();
13
14
private
:
15
int64_t m_iLastCursorPos;
16
int
m_iSampleRate;
17
};
18
#define USE_RAGE_SOUND_NULL
19
20
#endif
RageSoundDriver_Null
Definition
RageSoundDriver_Null.h:7
RageSoundDriver
Definition
RageSoundDriver.h:15
Generated by
1.9.8