2010-05-07 04:47:10 -05:00
|
|
|
/*
|
2011-12-03 16:38:03 -06:00
|
|
|
* Copyright 2009-2011, Andrea Anzani. All rights reserved.
|
2010-05-07 04:47:10 -05:00
|
|
|
* Distributed under the terms of the MIT License.
|
|
|
|
*/
|
|
|
|
#ifndef _CAYA_H
|
|
|
|
#define _CAYA_H
|
|
|
|
|
2010-05-20 16:31:55 -05:00
|
|
|
#define CAYA_SIGNATURE "application/x-vnd.caya.Caya"
|
2010-05-07 04:47:10 -05:00
|
|
|
|
|
|
|
#endif // _CAYA_H
|