Files
mcpe/source/client/sound/SoundData.cpp
2024-03-28 14:39:40 +03:00

21 lines
814 B
C++

/********************************************************************
Minecraft: Pocket Edition - Decompilation Project
Copyright (C) 2023 iProgramInCpp
The following code is licensed under the BSD 1 clause license.
SPDX-License-Identifier: BSD-1-Clause
********************************************************************/
#include "SoundData.hpp"
// --------------------------------------------------------------------
// WARNING! If you have an error here it is most likely because you did
// 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
// Minecraft PE 0.1.3 .apk file.
// --------------------------------------------------------------------
#ifndef MISSING_SOUND_DATA
#include "sound_data/sounds.h"
#endif