#ifndef __MDFN_PLAYER_H #define __MDFN_PLAYER_H namespace Mednafen { void Player_Init(int tsongs, const std::string &album, const std::string &artist, const std::string ©right, const std::vector &snames = std::vector(), bool override_gi = true) MDFN_COLD; void Player_Draw(MDFN_Surface *surface, MDFN_Rect *dr, int CurrentSong, int16 *samples, int32 sampcount); } #endif