OLD | NEW |
---|---|
(Empty) | |
1 /* | |
2 * Copyright 2015 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 fiddle_main_DEFINED | |
8 #define fiddle_main_DEFINED | |
9 | |
10 #include "skia.h" | |
11 | |
12 | |
13 extern SkBitmap source; | |
14 extern SkImage* image; | |
15 | |
16 extern void draw(SkCanvas*); | |
17 | |
18 #endif // fiddle_main_DEFINED | |
OLD | NEW |