diff options
Diffstat (limited to 'Tests/VSWinStorePhone/Direct3DApp1/pch.h')
-rw-r--r-- | Tests/VSWinStorePhone/Direct3DApp1/pch.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/VSWinStorePhone/Direct3DApp1/pch.h b/Tests/VSWinStorePhone/Direct3DApp1/pch.h new file mode 100644 index 0000000..2302e66 --- /dev/null +++ b/Tests/VSWinStorePhone/Direct3DApp1/pch.h @@ -0,0 +1,7 @@ +#pragma once + +#include <wrl/client.h> +#include <d3d11_1.h> +#include <DirectXMath.h> +#include <memory> +#include <agile.h> |