#include "../games/breakout/breakout.h"

void breakout_demo()
{
	borg_breakout(1);
}