diff options
Diffstat (limited to 'src/osd/modules/render/bgfx/paramuniform.h')
-rw-r--r-- | src/osd/modules/render/bgfx/paramuniform.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/osd/modules/render/bgfx/paramuniform.h b/src/osd/modules/render/bgfx/paramuniform.h index b49fb2c7d61..5f5b69c96a6 100644 --- a/src/osd/modules/render/bgfx/paramuniform.h +++ b/src/osd/modules/render/bgfx/paramuniform.h @@ -6,10 +6,10 @@ // //============================================================ -#pragma once +#ifndef MAME_RENDER_BGFX_PARAMUNIFORM_H +#define MAME_RENDER_BGFX_PARAMUNIFORM_H -#ifndef __DRAWBGFX_PARAM_UNIFORM__ -#define __DRAWBGFX_PARAM_UNIFORM__ +#pragma once #include "entryuniform.h" @@ -26,4 +26,4 @@ private: bgfx_parameter* m_param; }; -#endif // __DRAWBGFX_PARAM_UNIFORM__ +#endif // MAME_RENDER_BGFX_PARAMUNIFORM_H |