/* | |
* Copyright 2017 Google Inc. | |
* | |
* Use of this source code is governed by a BSD-style license that can be | |
* found in the LICENSE file. | |
*/ | |
#include "gm_knowledge.h" | |
// placeholder function definitions: | |
float GMK_Check(GMK_ImageData d, const char* n) { return 0; } | |
bool GMK_IsGoodGM(const char* n) { return true; } |