summaryrefslogtreecommitdiff
path: root/src/PowderToy.h
blob: 3b6170c2d159f128a4f2297639a915e45a23b954 (plain)
1
2
3
4
5
6
#pragma once

void EngineProcess();
void ClipboardPush(char * text);
char * ClipboardPull();
int GetModifiers();