summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfxutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/render/bgfxutil.h')
-rw-r--r--src/osd/modules/render/bgfxutil.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/osd/modules/render/bgfxutil.h b/src/osd/modules/render/bgfxutil.h
index 0a776755dbf..4234165c12a 100644
--- a/src/osd/modules/render/bgfxutil.h
+++ b/src/osd/modules/render/bgfxutil.h
@@ -11,8 +11,8 @@
class bgfx_util
{
public:
- static const bgfx::Memory* mame_texture_data_to_bgfx_texture_data(UINT32 format, int width, int height, int rowpixels, const rgb_t *palette, void *base);
- static uint64_t get_blend_state(UINT32 blend);
+ static const bgfx::Memory* mame_texture_data_to_bgfx_texture_data(UINT32 format, int width, int height, int rowpixels, const rgb_t *palette, void *base);
+ static uint64_t get_blend_state(UINT32 blend);
};
-#endif // __RENDER_BGFX_UTIL__ \ No newline at end of file
+#endif // __RENDER_BGFX_UTIL__