Cog/Audio/Status.h
2009-02-28 13:19:26 -08:00

15 lines
206 B
C

/*
* Status.h
* Cog
*
* Created by Vincent Spader on 1/14/06.
* Copyright 2006 Vincent Spader. All rights reserved.
*
*/
enum
{
kCogStatusStopped = 0,
kCogStatusPaused,
kCogStatusPlaying,
};