MyNes_src/Core/MyNes.Core/GetIsPlaying.cs

4 lines
78 B
C#
Raw Permalink Normal View History

2024-07-03 18:15:19 +08:00
namespace MyNes.Core;
internal delegate void GetIsPlaying(out bool playing);