Explorar el Código

removed input from main

Kajetan Johannes Hammerle hace 4 años
padre
commit
c6dd6c59b7
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      Main.cpp

+ 0 - 2
Main.cpp

@@ -24,8 +24,6 @@
 #include "wrapper/Framebuffer.h"
 #include "rendering/FileTexture.h"
 
-#include "utils/List.h"
-
 int main(int argAmount, char** args) {
     if(argAmount < 2) {
         std::cout << "missing path to images\n";