mirror of https://github.com/Washi1337/Emux.git
12 lines
157 B
C#
12 lines
157 B
C#
![]() |
namespace Emux.GameBoy
|
|||
|
{
|
|||
|
public interface IGameBoyComponent
|
|||
|
{
|
|||
|
void Initialize();
|
|||
|
|
|||
|
void Reset();
|
|||
|
|
|||
|
void Shutdown();
|
|||
|
}
|
|||
|
}
|