repository_infos: Enable automatic updates on the main Haiku repostiory.
[haiku.git] / src / apps / fontdemo / FontDemo.h
blobb7aac3f9f50a515fe05780c807c6f02018009cd3
1 /*
2 * Copyright 2006, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Mikael Konradson, mikael.konradson@gmail.com
7 */
8 #ifndef FONT_DEMO_H
9 #define FONT_DEMO_H
12 #include <Application.h>
15 class FontDemo : public BApplication {
16 public:
17 FontDemo();
18 virtual ~FontDemo();
20 virtual void ReadyToRun();
23 #endif // FONT_DEMO_H