diff options
Diffstat (limited to 'helpers/d3d11size.hpp')
-rw-r--r-- | helpers/d3d11size.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/helpers/d3d11size.hpp b/helpers/d3d11size.hpp index 4c59510f..f3f97b1a 100644 --- a/helpers/d3d11size.hpp +++ b/helpers/d3d11size.hpp @@ -30,8 +30,7 @@ * Auxiliary functions to compute the size of array/blob arguments. */ -#ifndef _D3D11SIZE_HPP_ -#define _D3D11SIZE_HPP_ +#pragma once /* We purposedly don't include any D3D header, so that this header can be used @@ -226,4 +225,3 @@ _getQueryType(ID3D11Asynchronous *pAsync) } -#endif /* _D3D11SIZE_HPP_ */ |