Sign in
skia
/
skia.git
/
32c6066e
/
.
/
tools
/
bookmaker
/
selfCheck.h
blob: 6e7bcf038bcd2ac737883d72b7935d9a51f5759c [
file
]
/*
* 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