1311128Sdim//===-- RenderScriptScriptGroup.h -------------------------------*- C++ -*-===//
2311128Sdim//
3353358Sdim// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4353358Sdim// See https://llvm.org/LICENSE.txt for license information.
5353358Sdim// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6311128Sdim//
7311128Sdim//===----------------------------------------------------------------------===//
8311128Sdim
9311128Sdim#ifndef liblldb_RenderScriptScriptGroup_h_
10311128Sdim#define liblldb_RenderScriptScriptGroup_h_
11311128Sdim
12311128Sdim#include "lldb/Interpreter/CommandInterpreter.h"
13311128Sdim
14311128Sdimlldb::CommandObjectSP NewCommandObjectRenderScriptScriptGroup(
15311128Sdim    lldb_private::CommandInterpreter &interpreter);
16311128Sdim
17311128Sdim#endif // liblldb_RenderScriptScriptGroup_h_
18