docs: add plugin setup guide
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
namespace Scaleform::GFx
|
||||
{
|
||||
enum class PlayState
|
||||
{
|
||||
kPlaying,
|
||||
kStopped
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user