#include <allegro.h>
#include "BolaSimples.h"
#include "BolaDoubleBuffering.h"

int main(int argc, char* argv[])
{

	ExemploBolaDoubleBuffering jogo = ExemploBolaDoubleBuffering();
	
	jogo.setupDevices();
	jogo.startGame();
	return(0);
}
END_OF_MAIN();
