10 lines
202 B
C++
10 lines
202 B
C++
/*
|
|
* 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();
|