chromium/third_party/skia/include/sksl/SkSLVersion.h

/*
 * Copyright 2022 Google LLC
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef SkSLVersion_DEFINED
#define SkSLVersion_DEFINED

namespace SkSL {

enum class Version {};

}  // namespace SkSL

#endif