Skip to content

Commit

Permalink
Temporarily wrap DXTRACE calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewgr committed Jul 16, 2022
1 parent 92d6738 commit cadd2b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/engine/N3Base/WaveFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

#include "WaveFile.h"

// TODO: Temporarily added this. Need to follow this read: https://walbourn.github.io/wheres-dxerr-lib/
#define DXTRACE_ERR(x, y) 1

//-----------------------------------------------------------------------------
// Name: CWaveFile::CWaveFile()
// Desc: Constructs the class. Call Open() to open a wave file for reading.
Expand Down

0 comments on commit cadd2b4

Please sign in to comment.