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