blob: 7a10f5a7e275cd21b4f1fb11e02c1eb799f50f94 [file] [log] [blame]
/*
* Copyright 2020 Google LLC
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SKSL_DSL
#define SKSL_DSL
#include "src/sksl/dsl/DSLCore.h"
namespace SkSL {
namespace dsl {
using Expression = DSLExpression;
} // namespace dsl
} // namespace SkSL
#endif