blob: 1442a9fa9d9d89c0c39b78d267b7438f477938c3 [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 SkVM_fwd_DEFINED
#define SkVM_fwd_DEFINED
namespace skvm {
class Assembler;
class Builder;
class Program;
struct Arg;
struct I32;
struct F32;
struct Color;
struct Uniforms;
}
#endif//SkVM_fwd_DEFINED