#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; } }