SCUMM: Move all players to a separate "player" directory
There are 34 player .cpp/.h player files, so they have been placed in their own directory, to logically separate them from the rest of the engine
This commit is contained in:
parent
37d4316a40
commit
651bf89939
39 changed files with 58 additions and 58 deletions
|
@ -30,7 +30,7 @@
|
|||
#include "scumm/charset.h"
|
||||
#include "scumm/imuse_digi/dimuse.h"
|
||||
#include "scumm/imuse/imuse.h"
|
||||
#include "scumm/player_towns.h"
|
||||
#include "scumm/player/towns.h"
|
||||
#include "scumm/he/intern_he.h"
|
||||
#include "scumm/object.h"
|
||||
#include "scumm/resource.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue