2da9fb8366
mostly create include files with minimum content TBR=caryclark@google.com Bug: skia: Change-Id: I3db0f913cc108bd5ef8ec6c3b229eaccc3f25198 Reviewed-on: https://skia-review.googlesource.com/c/167302 Commit-Queue: Cary Clark <caryclark@skia.org> Auto-Submit: Cary Clark <caryclark@skia.org> Reviewed-by: Cary Clark <caryclark@skia.org>
16 lines
259 B
C++
16 lines
259 B
C++
/*
|
|
* Copyright 2018 Google Inc.
|
|
*
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
* found in the LICENSE file.
|
|
*/
|
|
|
|
#ifndef selfCheck_DEFINED
|
|
#define selfCheck_DEFINED
|
|
|
|
class BmhParser;
|
|
|
|
bool SelfCheck(const BmhParser& );
|
|
|
|
#endif
|