mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-10 09:40:44 +00:00
added guards around clipboard header
This commit is contained in:
parent
baf5160d31
commit
dead09c41a
@ -1,4 +1,9 @@
|
||||
#ifndef CLIPBOARD_HPP_INCLUDED
|
||||
#define CLIPBOARD_HPP_INCLUDED
|
||||
|
||||
#include <string>
|
||||
|
||||
void copy_to_clipboard(const std::string& text);
|
||||
std::string copy_from_clipboard();
|
||||
std::string copy_from_clipboard();
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user