2015-01-16 15:04:10 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2014 Google Inc.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
|
|
* found in the LICENSE file.
|
|
|
|
*/
|
2017-02-10 14:06:38 +00:00
|
|
|
#ifndef PathOpsTSectDebug_DEFINED
|
|
|
|
#define PathOpsTSectDebug_DEFINED
|
2015-01-16 15:04:10 +00:00
|
|
|
|
2019-04-23 17:05:21 +00:00
|
|
|
#include "src/pathops/SkPathOpsTSect.h"
|
2015-01-16 15:04:10 +00:00
|
|
|
|
2015-10-22 14:23:52 +00:00
|
|
|
|
2017-02-10 14:06:38 +00:00
|
|
|
#endif // PathOpsTSectDebug_DEFINED
|