Rename SharedROM to SharedRom
This commit is contained in:
@@ -480,7 +480,7 @@ struct MapData {
|
||||
* This class is responsible for loading and saving the overworld data,
|
||||
* as well as creating the tilesets and tilemaps for the overworld.
|
||||
*/
|
||||
class Overworld : public SharedROM, public core::ExperimentFlags {
|
||||
class Overworld : public SharedRom, public core::ExperimentFlags {
|
||||
public:
|
||||
OWBlockset &GetMapTiles(int world_type);
|
||||
absl::Status Load(Rom &rom);
|
||||
|
||||
Reference in New Issue
Block a user