Browse Source

fixed up library header

naelstrof 7 years ago
parent
commit
675403f133
2 changed files with 13 additions and 13 deletions
  1. 13
    0
      src/slop.cpp
  2. 0
    13
      src/slop.hpp

+ 13
- 0
src/slop.cpp View File

1
+#include <chrono>
2
+#include <thread>
3
+
4
+#include "slopstates.hpp"
5
+#include "mouse.hpp"
6
+#include "resource.hpp"
7
+#include "keyboard.hpp"
8
+
9
+#include "window.hpp"
10
+#include "shader.hpp"
11
+#include "framebuffer.hpp"
12
+#include "glrectangle.hpp"
13
+#include "xshaperectangle.hpp"
1
 #include "slop.hpp"
14
 #include "slop.hpp"
2
 
15
 
3
 X11* x11;
16
 X11* x11;

+ 0
- 13
src/slop.hpp View File

22
 #define N_SLOP_H_
22
 #define N_SLOP_H_
23
 
23
 
24
 #include <string>
24
 #include <string>
25
-#include <chrono>
26
-#include <thread>
27
-
28
-#include "slopstates.hpp"
29
-#include "mouse.hpp"
30
-#include "resource.hpp"
31
-#include "keyboard.hpp"
32
-
33
-#include "window.hpp"
34
-#include "shader.hpp"
35
-#include "framebuffer.hpp"
36
-#include "glrectangle.hpp"
37
-#include "xshaperectangle.hpp"
38
 
25
 
39
 class SlopOptions {
26
 class SlopOptions {
40
 public:
27
 public: