caryclark@google.com | d26147a | 2011-12-15 14:16:43 +0000 | [diff] [blame^] | 1 | /* |
2 | * Copyright 2011 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 | |||||
8 | #include "SkTypes.h" | ||||
9 | |||||
10 | #if !SK_ALLOW_STATIC_GLOBAL_INITIALIZERS | ||||
11 | |||||
12 | #include "../../include/effects/SkEffects.h" | ||||
13 | |||||
14 | void SkEffects::Init() { | ||||
15 | } | ||||
16 | |||||
17 | #endif |