11 lines
219 B
C
11 lines
219 B
C
/*
|
|
* Copyright 2009-2011, Andrea Anzani. All rights reserved.
|
|
* Distributed under the terms of the MIT License.
|
|
*/
|
|
#ifndef _APP_H
|
|
#define _APP_H
|
|
|
|
#define APP_SIGNATURE "application/x-vnd.caya.Caya"
|
|
|
|
#endif // _APP_H
|