Refactor includes

This commit is contained in:
2021-07-04 23:44:30 +02:00
parent 498de84943
commit 979ae4686f
34 changed files with 175 additions and 95 deletions

View File

@@ -1,5 +1,8 @@
#include "FrameBuffer.h"
#include "ShaderProgram.h"
#include "Texture.h"
#include <cstddef>
#include <iostream>