AxibugEmuOnline/OtherCore/MyNes.Standard2/MyNes.Core/GetIsPlaying.cs

5 lines
84 B
C#
Raw Normal View History

2024-07-24 15:03:33 +08:00
namespace MyNes.Core
{
internal delegate void GetIsPlaying(out bool playing);
}