121fed052SAidan Dodds //===-- RenderScriptScriptGroup.h -------------------------------*- C++ -*-===// 221fed052SAidan Dodds // 3*2946cd70SChandler Carruth // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4*2946cd70SChandler Carruth // See https://llvm.org/LICENSE.txt for license information. 5*2946cd70SChandler Carruth // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 621fed052SAidan Dodds // 721fed052SAidan Dodds //===----------------------------------------------------------------------===// 821fed052SAidan Dodds 921fed052SAidan Dodds #ifndef liblldb_RenderScriptScriptGroup_h_ 1021fed052SAidan Dodds #define liblldb_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 1721fed052SAidan Dodds #endif // liblldb_RenderScriptScriptGroup_h_ 18