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