blob: e7695692cd6d1e68cf5f4c9dd028efc3755d3483 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#pragma once
#include "option.h"
#define FF_CURSOR_MODULE_NAME "Cursor"
bool ffPrintCursor(FFCursorOptions* options);
void ffInitCursorOptions(FFCursorOptions* options);
void ffDestroyCursorOptions(FFCursorOptions* options);
extern FFModuleBaseInfo ffCursorModuleInfo;
|