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
commit46ac5c8191a99e444e0339def6caca339b591ce2 (patch)
tree049ff320ffed7398b91887f6c39cfa3f715a1ee4 /dwm/source.cpp
parent1441fea13a447d0c52dc34154e06870cc277df54 (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