9 lines
352 B
C
9 lines
352 B
C
// Copyright 2019 Google LLC.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
#ifndef SkUserConfigManual_DEFINED
|
|
#define SkUserConfigManual_DEFINED
|
|
// DON'T DEFINE THINGS HERE AS IT WILL RESULT IN DIFFERENCES WITH
|
|
// THE VERSION OF SKQP PUBLISHED ON SKIA.ORG
|
|
#endif // SkUserConfigManual_DEFINED
|