mirror of
https://github.com/ApfelTeeSaft/ps4-fortniteserver.git
synced 2026-08-27 03:43:26 +00:00
21 lines
280 B
C
21 lines
280 B
C
#ifndef _SCE_CONVERT_KEYCODE_H_
|
|
#define _SCE_CONVERT_KEYCODE_H_
|
|
|
|
#include <stdint.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
// Empty Comment
|
|
void sceConvertKeycodeGetCharacter();
|
|
// Empty Comment
|
|
void sceConvertKeycodeGetVirtualKeycode();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|