blob: 2871e950f9bb3e982146da2a6dee7c2c6566e672 [file] [log] [blame]
/*
* Copyright 2014 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef GrSKSLPrettyPrint_DEFINED
#define GrSKSLPrettyPrint_DEFINED
#include "SkSLString.h"
namespace GrSKSLPrettyPrint {
SkSL::String PrettyPrint(const SkSL::String& string);
};
#endif