diff --git a/a b/a deleted file mode 100644 index 2e5abfa0..00000000 --- a/a +++ /dev/null @@ -1,46 +0,0 @@ -lib/Ray: -CMakeLists.txt -include -src - -lib/Ray/include: -Canvas.hpp -Color.hpp -Controllers -Drawables -Font.hpp -Vector.hpp -Window.hpp - -lib/Ray/include/Controllers: -Gamepad.hpp -Keyboard.hpp -Mouse.hpp - -lib/Ray/include/Drawables: -2D -3D -ADrawable2D.hpp -ADrawable3D.hpp -Image.hpp -Texture.hpp - -lib/Ray/include/Drawables/2D: -Circle.hpp -Line.hpp -Point.hpp -Rectangle.hpp -Text.hpp -Triangle.hpp - -lib/Ray/include/Drawables/3D: -Circle.hpp -Cylinder.hpp -Line.hpp -Plane.hpp -Point.hpp -Ray.hpp -Sphere.hpp -Triangle.hpp - -lib/Ray/src: