michael@0: michael@0: /* michael@0: * Copyright 2006 The Android Open Source Project michael@0: * michael@0: * Use of this source code is governed by a BSD-style license that can be michael@0: * found in the LICENSE file. michael@0: */ michael@0: michael@0: michael@0: #ifndef SkAnimateProperties_DEFINED michael@0: #define SkAnimateProperties_DEFINED michael@0: michael@0: enum SkAnimateBase_Properties { michael@0: SK_PROPERTY(dynamic), michael@0: SK_PROPERTY(mirror), michael@0: SK_PROPERTY(reset), michael@0: SK_PROPERTY(step), michael@0: SK_PROPERTY(values) michael@0: }; michael@0: michael@0: #endif // SkAnimateProperties_DEFINED