/* * Copyright 2017 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /***************************************************************************************** ******************** This file was generated by sksllex. Do not edit. ******************* *****************************************************************************************/ #ifndef SKSL_Lexer #define SKSL_Lexer #include <cstdint> #include <string_view> namespace SkSL { struct Token { … }; class Lexer { … }; } // namespace SkSL #endif