summaryrefslogtreecommitdiff
path: root/dwm/source.cpp
diff options
context:
space:
mode:
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