Przeglądaj źródła

Update Crown.h and CMakeLists.txt

Daniele Bartolini 12 lat temu
rodzic
commit
4cd230205f
2 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 1
      src/CMakeLists.txt
  2. 0 1
      src/Crown.h

+ 0 - 1
src/CMakeLists.txt

@@ -210,7 +210,6 @@ set (INPUT_HEADERS
 )
 
 set (RENDERERS_SRC
-	renderers/Renderer.cpp
 )
 
 set (RENDERERS_HEADERS

+ 0 - 1
src/Crown.h

@@ -26,7 +26,6 @@ OTHER DEALINGS IN THE SOFTWARE.
 #pragma once
 
 // Core
-#include "Exceptions.h"
 #include "Types.h"
 #include "Args.h"