From d2d27a97675f1a3f7b7d6c348c4e22242815742b Mon Sep 17 00:00:00 2001 From: kju Date: Sun, 24 Jan 2010 22:45:35 +0000 Subject: [PATCH] include scrolltext.h --- games/breakout/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/games/breakout/common.h b/games/breakout/common.h index 45153eb..e4297e0 100644 --- a/games/breakout/common.h +++ b/games/breakout/common.h @@ -30,6 +30,7 @@ #include "../../util.h" #include "../../menu/menu.h" #include "../../pixel.h" +#include "../../scrolltext/scrolltext.h" #include "config.h" #include "ball.h" #include "playfield.h"