11 lines
217 B
C
11 lines
217 B
C
|
/*
|
||
|
* Copyright 2009, Andrea Anzani. All rights reserved.
|
||
|
* Distributed under the terms of the MIT License.
|
||
|
*/
|
||
|
#ifndef _CAYA_H
|
||
|
#define _CAYA_H
|
||
|
|
||
|
#define CAYA_SIGNATURE "application/x-vnd.xeD.Caya"
|
||
|
|
||
|
#endif // _CAYA_H
|