From: Tobias Gläßer Date: Sat, 27 Dec 2003 12:36:43 +0000 (+0000) Subject: enemy.h -> badguy.h X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=b1853674f6f3cb73efcc09baa6a62af30b561c22;hp=5644b05aa25b65ebe6ce85da7f3264f24f3c4ddb;p=supertux.git enemy.h -> badguy.h SVN-Revision: 52 --- diff --git a/src/gameloop.c b/src/gameloop.c index 898ab7b0d..f8ed6e50a 100644 --- a/src/gameloop.c +++ b/src/gameloop.c @@ -31,7 +31,7 @@ #include "setup.h" #include "high_scores.h" #include "menu.h" -#include "enemy.h" +#include "badguy.h" #include "world.h" #include "player.h"