xref: /haiku/src/apps/clock/clock.h (revision 922e7ba1f3228e6f28db69b0ded8f86eb32dea17)
1 /*
2  * Copyright 1999, Be Incorporated. All Rights Reserved.
3  * This file may be used under the terms of the Be Sample Code License.
4  *
5  */
6 #ifndef _CLOCK_APPLICATION_H
7 #define _CLOCK_APPLICATION_H
8 
9 
10 extern const char *kAppSignature;
11 
12 
13 #endif	// _CLOCK_APPLICATION_H
14 
15