aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gpucts/gm_knowledge.c
blob: 8dbdd00f09cadf6f0751dc98bca525e7bc037f5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * 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; }