blob: 542989ef0a97a7a99c8800aee876718f1f58dcd9 [file] [log] [blame]
Hal Canaryb4d01a92018-01-29 13:10:08 -05001/*
2 * Copyright 2018 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7#ifndef ResourceFactory_DEFINED
8#define ResourceFactory_DEFINED
9
Mike Kleinc0bd9f92019-04-23 12:05:21 -050010#include "include/core/SkData.h"
Hal Canaryb4d01a92018-01-29 13:10:08 -050011
12extern sk_sp<SkData> (*gResourceFactory)(const char*);
13
14#endif // ResourceFactory_DEFINED