summaryrefslogtreecommitdiff
path: root/dwm/source.cpp
diff options
context:
space:
mode:
authornavewindre <nw@moneybot.cc>2024-07-16 07:19:43 +0200
committernavewindre <nw@moneybot.cc>2024-07-16 07:19:43 +0200
commit4c8b52fc94c04c4b3d338c2501971ae348f5b3e5 (patch)
tree049ff320ffed7398b91887f6c39cfa3f715a1ee4 /dwm/source.cpp
parent320e7b14a5a29838ed2cb909cadfd7c448c6849b (diff)
やーーーー
Diffstat (limited to 'dwm/source.cpp')
-rw-r--r--dwm/source.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/dwm/source.cpp b/dwm/source.cpp
new file mode 100644
index 0000000..c8d4951
--- /dev/null
+++ b/dwm/source.cpp
@@ -0,0 +1,12 @@
+#include <windows.h>
+#include "typedef.h"
+
+
+int __stdcall DllMain( void* hinst, U32 reason, void* reserved ) {
+ // coca cola yayo bought me this
+ if( reason == DLL_PROCESS_ATTACH ) {
+ // do a fucking EPIC here
+
+ return 1;
+ }
+} \ No newline at end of file