Parcourir la source

fixed up library header

naelstrof il y a 7 ans
Parent
révision
675403f133
2 fichiers modifiés avec 13 ajouts et 13 suppressions
  1. 13
    0
      src/slop.cpp
  2. 0
    13
      src/slop.hpp

+ 13
- 0
src/slop.cpp Voir le fichier

@@ -1,3 +1,16 @@
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 14
 #include "slop.hpp"
2 15
 
3 16
 X11* x11;

+ 0
- 13
src/slop.hpp Voir le fichier

@@ -22,19 +22,6 @@
22 22
 #define N_SLOP_H_
23 23
 
24 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 26
 class SlopOptions {
40 27
 public: