blob: bd6e69c56b3bc2816197d19d2d1f88f5b572e68b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#pragma once
#include "option.h"
#define FF_KEYBOARD_MODULE_NAME "Keyboard"
bool ffPrintKeyboard(FFKeyboardOptions* options);
void ffInitKeyboardOptions(FFKeyboardOptions* options);
void ffDestroyKeyboardOptions(FFKeyboardOptions* options);
extern FFModuleBaseInfo ffKeyboardModuleInfo;
|