blob: 8b18d2982830d1b3db80cccd19869198f7aa8924 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#pragma once
#include "option.h"
#define FF_PLAYER_MODULE_NAME "Player"
bool ffPrintPlayer(FFPlayerOptions* options);
void ffInitPlayerOptions(FFPlayerOptions* options);
void ffDestroyPlayerOptions(FFPlayerOptions* options);
extern FFModuleBaseInfo ffPlayerModuleInfo;
|