5 lines
84 B
C#
5 lines
84 B
C#
namespace MyNes.Core
|
|
{
|
|
internal delegate void GetIsPlaying(out bool playing);
|
|
}
|