* Remove remaining references to mcpe01_canada.apk.

Closes #106.
This commit is contained in:
iProgramInCpp
2023-12-19 19:36:39 +02:00
parent 7f393150e1
commit 811bc7a6fa
3 changed files with 13 additions and 7 deletions

View File

@@ -10,10 +10,10 @@
// --------------------------------------------------------------------
// WARNING! If you have an error here it is most likely because you did
// not grab the sound data from a working mcpe01_canada.apk.
// not grab the sound data from a working Minecraft PE 0.1.3 .apk.
//
// Check the readme for a guide on how to extract game sounds from the
// mcpe01_canada.apk file.
// Minecraft PE 0.1.3 .apk file.
// --------------------------------------------------------------------
#ifndef MISSING_SOUND_DATA
#include "../../sound_data/sounds.h"

View File

@@ -8,9 +8,10 @@
#pragma once
#include "SoundData.hpp"
// Minecraft Pocket Edition Reverse Engineering Project
// Copyright (C) 2011 Mojang Specifications.
// Data extracted from libminecraftpe.so (mcpe01_canada.apk).
// These are defined in SoundData.cpp, if MISSING_SOUND_DATA isn't declared.
#ifndef MISSING_SOUND_DATA
extern SoundDesc SA_cloth1;
extern SoundDesc SA_cloth2;
@@ -39,3 +40,5 @@ extern SoundDesc SA_wood4;
extern SoundDesc SA_click;
extern SoundDesc SA_explode;
extern SoundDesc SA_splash;
#endif