~ change up include type

This commit is contained in:
Johannes Theiner 2020-01-08 20:33:11 +01:00
parent 9c6b09c9f6
commit f6f283dcfc

View File

@ -5,10 +5,10 @@
#define SIMPLE_DRAW_DRAWRENDER_HPP #define SIMPLE_DRAW_DRAWRENDER_HPP
#include <string> #include <string>
#include <Color.hpp> #include "Color.hpp"
#include <vkvm.hpp> #include "vkvm.hpp"
#include <iostream> #include <iostream>
#include "vector" #include <vector>
#include "utils.hpp" #include "utils.hpp"
#include <cmath> #include <cmath>
#include "Rectangle.hpp" #include "Rectangle.hpp"