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.
|
|
|
|
*/
|
2021-06-20 12:44:20 -05:00
|
|
|
#ifndef _APP_H
|
|
|
|
#define _APP_H
|
2010-05-07 04:47:10 -05:00
|
|
|
|
2021-06-22 01:06:00 -05:00
|
|
|
#define APP_SIGNATURE "application/x-vnd.cardie"
|
|
|
|
#define APP_NAME "Cardie"
|
2010-05-07 04:47:10 -05:00
|
|
|
|
2021-06-20 12:44:20 -05:00
|
|
|
#endif // _APP_H
|