xref: /haiku/src/apps/clock/clock.h (revision 10cf6042cc04d67e67a27314a226a495ed9d6025)
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