2012-08-18 16:08:20 -05:00
|
|
|
#pragma once
|
|
|
|
|
2019-04-20 07:12:32 -05:00
|
|
|
#include "common/String.h"
|
|
|
|
|
2013-01-18 13:37:24 -06:00
|
|
|
void EngineProcess();
|
2018-04-30 13:13:24 -05:00
|
|
|
void ClipboardPush(ByteString text);
|
|
|
|
ByteString ClipboardPull();
|
2013-02-14 22:31:31 -06:00
|
|
|
int GetModifiers();
|
2016-07-23 18:15:07 -05:00
|
|
|
unsigned int GetTicks();
|