From 4255bba0f7cbd4a1ac24859a65f8d974d1fb5a9b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Aug 2008 08:41:05 +0200 Subject: moved global variable "pc" to player.h This is the last of the three variables. Now we don't need playerData.h anymore in most sources. --- src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 2d9f62390..5a98b7e27 100644 --- a/src/main.c +++ b/src/main.c @@ -26,6 +26,7 @@ #include "path.h" #include "playerData.h" #include "decode.h" +#include "player.h" #include "stats.h" #include "sig_handlers.h" #include "audio.h" -- cgit v1.2.3