Skip to content

Commit

Permalink
Moved map inside world class
Browse files Browse the repository at this point in the history
  • Loading branch information
afaure42 authored and SaumonDesMers committed Apr 30, 2024
1 parent b8370bf commit eba9519
Show file tree
Hide file tree
Showing 5 changed files with 362 additions and 386 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ target_sources(${PROJECT_NAME}
src/app/world/Chunk.cpp
src/app/world/entity/Entity.cpp
src/app/world/World.cpp
src/app/world/Map.cpp
src/app/world/WorldGenerator.cpp

external/imgui/imgui.cpp
Expand Down
264 changes: 0 additions & 264 deletions src/app/world/Map.cpp

This file was deleted.

114 changes: 0 additions & 114 deletions src/app/world/Map.hpp

This file was deleted.

Loading

0 comments on commit eba9519

Please sign in to comment.