10 lines
197 B
C++
10 lines
197 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
extern int depth3d;
|
|
void EngineProcess();
|
|
void ClipboardPush(std::string text);
|
|
std::string ClipboardPull();
|
|
int GetModifiers();
|
|
bool LoadWindowPosition(int scale);
|