summaryrefslogtreecommitdiffstats
path: root/xbmc/platform/xbmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/platform/xbmc.h')
-rw-r--r--xbmc/platform/xbmc.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/xbmc/platform/xbmc.h b/xbmc/platform/xbmc.h
new file mode 100644
index 0000000..206acdb
--- /dev/null
+++ b/xbmc/platform/xbmc.h
@@ -0,0 +1,15 @@
+/*
+ * Copyright (C) 2005-2018 Team Kodi
+ * This file is part of Kodi - https://kodi.tv
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ * See LICENSES/README.md for more information.
+ */
+
+#pragma once
+
+#include <memory>
+
+class CAppParams;
+
+extern "C" int XBMC_Run(bool renderGUI);