RemoteDrawingEngine: Reduce RP_READ_BITMAP result timeout.
[haiku.git] / src / preferences / repositories / Repositories.h
blobe3a80559a58b56daf99ffcc7fa50f1904e8fba1b
1 /*
2 * Copyright 2017 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Brian Hill
7 */
8 #ifndef REPOSITORIES_H
9 #define REPOSITORIES_H
12 #include <Application.h>
14 #include "RepositoriesWindow.h"
17 class RepositoriesApplication : public BApplication {
18 public:
19 RepositoriesApplication();
21 private:
22 RepositoriesWindow* fWindow;
26 #endif