1
0
Fork 0

Update and rename DiabloUI.cpp to diabloui.cpp

pull/12/head
galaxyhaxz 2018-06-14 01:58:21 -05:00 committed by GitHub
parent f9d07ce128
commit ce63644700
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 11 deletions

View File

@ -1,22 +1,15 @@
// DiabloUI.cpp : Defines the entry point for the DLL application.
//
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <mmsystem.h>
#include <dsound.h>
#include <ddraw.h>
#include <ddstream.h>
#include <dsound.h>
#include <io.h>
#include <process.h>
#include <math.h>
#include <time.h>
#include <shellapi.h>
#include <process.h>
#include <shlobj.h>
#include "..\structs.h"
#include "DiabloUI.h"
#include "diabloui.h"
BOOL APIENTRY DllMain( HANDLE hModule,
DWORD ul_reason_for_call,