fat: Greatly simplify and clean up dosfs_get_file_map().
[haiku.git] / src / preferences / mouse / Mouse.h
blob84db0dc49240cafdf816c727962142065df2c418
1 /*
2 * Copyright 2003-2009 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Jérôme Duval,
7 * Axel Dörfler (axeld@pinc-software.de)
8 * Andrew McCall (mccall@digitalparadise.co.uk)
9 */
10 #ifndef MOUSE_H
11 #define MOUSE_H
14 #include <Application.h>
15 #include <Catalog.h>
16 #include <Locale.h>
19 class MouseApplication : public BApplication {
20 public:
21 MouseApplication();
23 virtual void AboutRequested();
26 #endif /* MOUSE_H */