mirror of
https://github.com/LibreOffice/core.git
synced 2025-08-08 04:34:30 +00:00

Change-Id: I1c9dff3b7d4dbaa3b3de224576b2182d1f893619 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168649 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
11 lines
202 B
C++
11 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();
|