aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/ResourceFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ResourceFactory.h')
-rw-r--r--tools/ResourceFactory.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/ResourceFactory.h b/tools/ResourceFactory.h
new file mode 100644
index 0000000000..7e89017312
--- /dev/null
+++ b/tools/ResourceFactory.h
@@ -0,0 +1,14 @@
+/*
+ * 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 ResourceFactory_DEFINED
+#define ResourceFactory_DEFINED
+
+#include <SkData.h>
+
+extern sk_sp<SkData> (*gResourceFactory)(const char*);
+
+#endif // ResourceFactory_DEFINED