Files
core/external/skia/inc/skia_compiler.hxx
richtrimble 5d92f4dbb6 tdf#143148 use pragma once instead of include guards
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>
2024-06-15 13:07:42 +02:00

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();