diff options
Diffstat (limited to 'include/images/SkImages.h')
-rw-r--r-- | include/images/SkImages.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/images/SkImages.h b/include/images/SkImages.h new file mode 100644 index 0000000000..abe10da664 --- /dev/null +++ b/include/images/SkImages.h @@ -0,0 +1,14 @@ +/* + * Copyright 2012 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ + +class SkImages { +public: + /** + * Initializes flattenables in the images project. + */ + static void InitializeFlattenables(); +}; |