#ifndef ULE_CLIPBOARD_H #define ULE_CLIPBOARD_H namespace Clipboard { void Copy(const char* stuff); }; #endif