From b829170121d3657369904ec62d8065606777a9ce Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 18:54:04 +0200 Subject: Removed doxygen generated docs They can be rebuild anytime and are considered a build artifact/binary. --- Doc/doxygen/html/_sound_d3_d_8cpp.html | 254 --------------------------------- 1 file changed, 254 deletions(-) delete mode 100644 Doc/doxygen/html/_sound_d3_d_8cpp.html (limited to 'Doc/doxygen/html/_sound_d3_d_8cpp.html') diff --git a/Doc/doxygen/html/_sound_d3_d_8cpp.html b/Doc/doxygen/html/_sound_d3_d_8cpp.html deleted file mode 100644 index 4c17731..0000000 --- a/Doc/doxygen/html/_sound_d3_d_8cpp.html +++ /dev/null @@ -1,254 +0,0 @@ - - - - - -Starshatter_Open: D:/SRC/StarshatterSVN/nGenEx/SoundD3D.cpp File Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
SoundD3D.cpp File Reference
-
-
-
#include <objbase.h>
-#include <cguid.h>
-#include <mmsystem.h>
-#include <dsound.h>
-#include "MemDebug.h"
-#include "SoundD3D.h"
-#include "Game.h"
-
-

Go to the source code of this file.

- - - -

-Macros

#define RELEASE(x)   if (x) { x->Release(); x=NULL; }
- - - - -

-Functions

void Print (const char *msg,...)
char * DSErrStr (HRESULT dserr)
void SoundD3DError (const char *msg, HRESULT dserr)
- - -

-Variables

int ogg_read_error_count = 0
-

Macro Definition Documentation

- -
-
- - - - - - - - -
#define RELEASE( x)   if (x) { x->Release(); x=NULL; }
-
- -

Definition at line 39 of file SoundD3D.cpp.

- -
-
-

Function Documentation

- -
-
- - - - - - - - -
char * DSErrStr (HRESULT dserr)
-
- -

Definition at line 1236 of file SoundD3D.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
void Print (const char * msg,
 ... 
)
-
- -

Definition at line 1520 of file Game.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
void SoundD3DError (const char * msg,
HRESULT dserr 
)
-
- -

Definition at line 1230 of file SoundD3D.cpp.

- -
-
-

Variable Documentation

- -
-
- - - - -
int ogg_read_error_count = 0
-
- -

Definition at line 574 of file SoundD3D.cpp.

- -
-
-
-
- - - - -- cgit v1.1