fat: Greatly simplify and clean up dosfs_get_file_map().
[haiku.git] / src / preferences / printers / Printers.h
blob6b5bcaf477f584ae2a73f434e4db798734f68048
1 /*
2 * Copyright 2001-2010, Haiku.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Michael Pfeiffer
7 */
8 #ifndef _PRINTERS_H
9 #define _PRINTERS_H
12 #include <Application.h>
13 #include <Catalog.h>
16 #define PRINTERS_SIGNATURE "application/x-vnd.Be-PRNT"
19 class PrintersApp : public BApplication {
20 typedef BApplication Inherited;
21 public:
22 PrintersApp();
23 void ReadyToRun();
24 void MessageReceived(BMessage* msg);
25 void ArgvReceived(int32 argc, char** argv);
28 #endif // _PRINTERS_H