Skip to content

Instantly share code, notes, and snippets.

@RicardoACS
RicardoACS / juegoAvion.cpp
Created May 25, 2015 02:47
Juego de avion C++
#include <stdio.h>
#include <Windows.h>
#include <conio.h>
#include <stdlib.h>
#include <list>
#include <mmsystem.h>
using namespace std;
#define ARRIBA 72
#define IZQUIERDA 75