diff options
| author | Jason Maskell <[email protected]> | 2016-05-16 15:00:36 +0200 |
|---|---|---|
| committer | Jason Maskell <[email protected]> | 2016-05-16 15:00:36 +0200 |
| commit | 3eb017d032e0c542401ea202f7a62b7c7ddcd498 (patch) | |
| tree | 6470077bdc344f1493778976917f7217a3159707 /test/client-server | |
| parent | Project now compiles with Cmake. (diff) | |
| download | waveworks_archive-3eb017d032e0c542401ea202f7a62b7c7ddcd498.tar.xz waveworks_archive-3eb017d032e0c542401ea202f7a62b7c7ddcd498.zip | |
Added the test_d3d11 app to the solution. Not compiling yet, mostly a paranoia commit.
Diffstat (limited to 'test/client-server')
| -rw-r--r-- | test/client-server/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/client-server/client.cpp b/test/client-server/client.cpp index d5161ff..b8b0bc7 100644 --- a/test/client-server/client.cpp +++ b/test/client-server/client.cpp @@ -35,7 +35,7 @@ #include <winsock.h> -#include <D3dx9.h> +//#include <D3dx9.h> #include <vector> #include <assert.h> |