This website requires JavaScript.
Explore
Help
Sign In
MoonsideGames
/
FineAudio
Watch
1
Star
0
Fork
You've already forked FineAudio
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
cbb786e3f4
FineAudio
/
SoundState.cs
10 lines
94 B
C#
Raw
Normal View
History
Unescape
Escape
Formatting pass
2022-02-23 05:14:32 +00:00
namespace
MoonWorks.Audio
starting audio implementation
2021-01-20 02:06:10 +00:00
{
Formatting pass
2022-02-23 05:14:32 +00:00
public
enum
SoundState
{
Playing
,
Paused
,
Stopped
}
starting audio implementation
2021-01-20 02:06:10 +00:00
}