Skip to content

Commit

Permalink
Revert "stdafx.h: Removed #include <d3dx8tex.h>."
Browse files Browse the repository at this point in the history
This reverts commit 71a7fb7.

D3DX_PI is used by FixFOV.cpp, and it's defined in d3dx8tex.h.
  • Loading branch information
GerbilSoft committed Sep 2, 2015
1 parent ec95002 commit fad00a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SADXModLoader/stdafx.h
Expand Up @@ -11,6 +11,7 @@
#include <windows.h>

// TODO: reference additional headers your program requires here
#include <d3dx8tex.h>
#include <algorithm>
#include <cstdint>
#include <cstdio>
Expand Down

0 comments on commit fad00a9

Please sign in to comment.