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