1 /*
2     This file is part of ydotool.
3     Copyright (C) 2018-2019 ReimuNotMoe
4 
5     This program is free software: you can redistribute it and/or modify
6     it under the terms of the MIT License.
7 
8     This program is distributed in the hope that it will be useful,
9     but WITHOUT ANY WARRANTY; without even the implied warranty of
10     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11 */
12 
13 #ifndef YDOTOOL_LIBYDOTOOL_HPP
14 #define YDOTOOL_LIBYDOTOOL_HPP
15 
16 #include "../CommonIncludes.hpp"
17 #include "Instance.hpp"
18 #include "Tool.hpp"
19 
20 namespace ydotool {
21 
22 }
23 
24 #endif //YDOTOOL_LIBYDOTOOL_HPP
25