summaryrefslogtreecommitdiff
path: root/dwm/source.cpp
blob: c8d4951f7dc9bede8da5885ba39edc3f01d4ba7c (plain)
1
2
3
4
5
6
7
8
9
10
11
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;
  }
}