blob: 8afb2c54a03be255e5c36ebad77d173aa028083d (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#pragma once
#include <include/core/SkTypes.h>
SK_API const char* skia_compiler_name();
|