//***********************************************************************//
// //
// - "Talk to me like I'm a 3 year old!" Programming Lessons - //
// //
// $Author: Ben Humphrey digiben@gametutorials.com //
// //
// $Program: DragAndDrop //
// //
// $Description: Recognizes files that are drag and dropped //
// //
//***********************************************************************//
#include <iostream> // Include the standard C++ file
#include <windows.h> // We need to include windows.h
using namespace std; // Include the standard namespace