diff options
Diffstat (limited to 'src/mame/old/neogeo_helper.h')
-rw-r--r-- | src/mame/old/neogeo_helper.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/old/neogeo_helper.h b/src/mame/old/neogeo_helper.h new file mode 100644 index 00000000000..00f696dc250 --- /dev/null +++ b/src/mame/old/neogeo_helper.h @@ -0,0 +1,4 @@ +// license:BSD-3-Clause +// copyright-holders:S. Smith,David Haywood + +extern uint32_t neogeohelper_optimize_sprite_data(std::vector<uint8_t> &spritegfx, uint8_t* region_sprites, uint32_t region_sprites_size); |