[Windows] Remove redundant DirectSound error codes
[xbmc.git] / xbmc / platform / android / activity / JNIXBMCBroadcastReceiver.h
blobb74dfceb265fbeae43aac1a405a8740acf52a7da
1 /*
2 * Copyright (C) 2012-2023 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
7 */
9 #pragma once
11 #include <androidjni/JNIBase.h>
13 namespace jni
16 class CJNIXBMCBroadcastReceiver
18 public:
19 static void RegisterNatives(JNIEnv* env);
22 } // namespace jni