aboutsummaryrefslogtreecommitdiff
path: root/src/window/Clipboard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window/Clipboard.cpp')
-rw-r--r--src/window/Clipboard.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/window/Clipboard.cpp b/src/window/Clipboard.cpp
new file mode 100644
index 0000000..b5b156e
--- /dev/null
+++ b/src/window/Clipboard.cpp
@@ -0,0 +1,15 @@
+#include "../../include/mglpp/window/Clipboard.hpp"
+
+namespace mgl {
+ // TODO: Implement
+ // static
+ void Clipboard::set_string(std::string str) {
+
+ }
+
+ // TODO: Implement
+ // static
+ std::string Clipboard::get_string() {
+ return "";
+ }
+} \ No newline at end of file