mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-24 21:01:18 +00:00
8 lines
160 B
C
8 lines
160 B
C
#ifndef __I_INPUT_H__
|
|
#define __I_INPUT_H__
|
|
|
|
void I_PutInClipboard (const char *str);
|
|
FString I_GetFromClipboard (bool use_primary_selection);
|
|
|
|
#endif
|
|
|