Make UEFI boot-platform build again
[haiku.git] / headers / libs / print / libprint / AboutBox.h
bloba38260250645ee9bc3b6ca4eadaed05c6e566723
1 /*
2 * AboutBox.h
3 * Copyright 1999-2000 Y.Takagi. All Rights Reserved.
4 */
6 #ifndef __ABOUTBOX_H
7 #define __ABOUTBOX_H
9 #include <Application.h>
11 class AboutBox : public BApplication {
12 public:
13 AboutBox(const char *signature, const char *driver_name, const char *version, const char *copyright);
16 #endif /* __ABOUTBOX_H */