ResourceFactory.h 334 B

1234567891011121314
  1. /*
  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. #include "include/core/SkData.h"
  10. extern sk_sp<SkData> (*gResourceFactory)(const char*);
  11. #endif // ResourceFactory_DEFINED