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.
This commit is contained in:
Max Kellermann
2008-08-26 08:41:05 +02:00
parent a94845ee00
commit 4255bba0f7
11 changed files with 32 additions and 9 deletions

View File

@@ -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"