mirror of
https://github.com/celisej567/mcpe.git
synced 2026-01-04 14:09:47 +03:00
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user