Browse Source

Merge remote-tracking branch 'devilution/master'

pull/4/head
Dennis Duda 8 years ago
parent
commit
fc315b1e2c
  1. 4
      types.h

4
types.h

@ -3,9 +3,12 @@
#ifndef _TYPES_H
#define _TYPES_H
#define WIN32_LEAN_AND_MEAN
#include "resource.h"
#include <windows.h>
#include <mmsystem.h>
#include <stdio.h>
#include <ddraw.h>
#include <dsound.h>
@ -14,6 +17,7 @@
#include <time.h>
#include <process.h>
#include <shlobj.h>
#include <shellapi.h>
#ifdef __GNUC__
#include <ctype.h>

Loading…
Cancel
Save