121fed052SAidan Dodds //===-- RenderScriptScriptGroup.h -------------------------------*- C++ -*-===// 221fed052SAidan Dodds // 32946cd70SChandler Carruth // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 42946cd70SChandler Carruth // See https://llvm.org/LICENSE.txt for license information. 52946cd70SChandler Carruth // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 621fed052SAidan Dodds // 721fed052SAidan Dodds //===----------------------------------------------------------------------===// 821fed052SAidan Dodds 9*cdc514e4SJonas Devlieghere #ifndef LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_RENDERSCRIPT_RENDERSCRIPTRUNTIME_RENDERSCRIPTSCRIPTGROUP_H 10*cdc514e4SJonas Devlieghere #define LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_RENDERSCRIPT_RENDERSCRIPTRUNTIME_RENDERSCRIPTSCRIPTGROUP_H 1121fed052SAidan Dodds 1221fed052SAidan Dodds #include "lldb/Interpreter/CommandInterpreter.h" 1321fed052SAidan Dodds 1421fed052SAidan Dodds lldb::CommandObjectSP NewCommandObjectRenderScriptScriptGroup( 1521fed052SAidan Dodds lldb_private::CommandInterpreter &interpreter); 1621fed052SAidan Dodds 17*cdc514e4SJonas Devlieghere #endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_RENDERSCRIPT_RENDERSCRIPTRUNTIME_RENDERSCRIPTSCRIPTGROUP_H 18