renamed player.c to player_control.c
Give player.c a better name, meaning that the code is used to control the player thread.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include "path.h"
|
||||
#include "playerData.h"
|
||||
#include "decoder_thread.h"
|
||||
#include "player.h"
|
||||
#include "player_control.h"
|
||||
#include "stats.h"
|
||||
#include "sig_handlers.h"
|
||||
#include "audio.h"
|
||||
|
||||
Reference in New Issue
Block a user