Meteor2D  dev internal
Meteor is a lightweight 2D game engine.
Loading...
Searching...
No Matches
audioplaystate.h
1#pragma once
2namespace meteor {
6 enum EAudioPlayableState {
10 PLAYABLE_INIT,
14 PLAYABLE_STOPPED,
18 PLAYABLE_PLAYING,
22 PLAYABLE_ERR
23 };
24}