From 4c8b52fc94c04c4b3d338c2501971ae348f5b3e5 Mon Sep 17 00:00:00 2001 From: navewindre Date: Tue, 16 Jul 2024 07:19:43 +0200 Subject: =?UTF-8?q?=E3=82=84=E3=83=BC=E3=83=BC=E3=83=BC=E3=83=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dwm/source.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dwm/source.cpp (limited to 'dwm/source.cpp') 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 +#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 -- cgit v1.2.3