From 2c422c2841f24be9a3fb65b1bf090bc847bae2b4 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sat, 30 Oct 2021 00:21:27 -0600 Subject: ..what is even fucking happening --- src/wx-sys.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/wx-sys.cpp (limited to 'src/wx-sys.cpp') diff --git a/src/wx-sys.cpp b/src/wx-sys.cpp new file mode 100644 index 0000000..8e07962 --- /dev/null +++ b/src/wx-sys.cpp @@ -0,0 +1,6 @@ +#include "shit-wx-sys/src/wx-sys.h" +#include + +void message_box() { + wxMessageBox("Hello World!!!"); +} -- cgit v1.2.3