// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently,
// but are changed infrequently

#pragma once

#using <mscorlib.dll>
#using <system.dll>
#using <system.drawing.dll>
#using <system.windows.forms.dll>

#define DIRECTINPUT_VERSION         0x0800

#include <d3d8.h>
#include <d3dx8.h>
#include <dinput.h>
#include <dmusicc.h>
#include <dmusici.h>
#include <dshow.h>
#include <malloc.h>
#include <shlwapi.h>
#include <string.h>
#include <tchar.h>