diff options
Diffstat (limited to 'dispatch/d3d8imports.hpp')
-rw-r--r-- | dispatch/d3d8imports.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dispatch/d3d8imports.hpp b/dispatch/d3d8imports.hpp index d0813794..f0fd8814 100644 --- a/dispatch/d3d8imports.hpp +++ b/dispatch/d3d8imports.hpp @@ -27,8 +27,7 @@ * Central place for all D3D8 includes, and respective OS dependent headers. */ -#ifndef _D3D8IMPORTS_HPP_ -#define _D3D8IMPORTS_HPP_ +#pragma once #include <windows.h> @@ -36,4 +35,3 @@ #include <d3d8.h> -#endif /* _D3D8IMPORTS_HPP_ */ |