moving background related founctions in backgrounds.c

This commit is contained in:
Clément Le Bihan
2020-05-14 14:53:46 +02:00
parent e021f193fa
commit 166a55ec04
3 changed files with 143 additions and 129 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ add_executable(ComSquare
sources/Models/Components.hpp
sources/Debugger/CGramDebug.cpp
sources/Debugger/CGramDebug.hpp
sources/Models/Vector2.hpp)
sources/Models/Vector2.hpp sources/PPU/Backgrounds.cpp)
target_compile_definitions(ComSquare PUBLIC DEBUGGER_ENABLED)