o Renamed script_v6he.cpp and script_v7he.cpp to script_v60he.cpp and

script_v70he.cpp respectively since we use 2 digits for HE versioning.

o Also renamed resource_v7he.* to resource_he.* because it is actually not
  HE70-specific but is used by all HE70+ titles.

svn-id: r20703
This commit is contained in:
Eugene Sandulenko 2006-02-15 18:48:49 +00:00
parent 3f1a4fd6d2
commit eba1653904
11 changed files with 13 additions and 13 deletions

View file

@ -51,7 +51,7 @@
#include "scumm/player_v2.h"
#include "scumm/player_v2a.h"
#include "scumm/player_v3a.h"
#include "scumm/he/resource_v7he.h"
#include "scumm/he/resource_he.h"
#include "scumm/scumm.h"
#include "scumm/sound.h"
#include "scumm/he/sprite_he.h"