Rename world directory to map

This commit is contained in:
2023-11-09 12:22:56 +01:00
parent 8edcf9305c
commit dd96b23d32
7 changed files with 18 additions and 8 deletions

View File

@@ -9,8 +9,8 @@
#include "breeze/utils/string.h"
#include "breeze/utils/tokenizer.h"
#include "breeze/world/map.h"
#include "breeze/world/tileset.h"
#include "breeze/map/map.h"
#include "breeze/map/tileset.h"
#include "breeze/defines.h"
#include "breeze/game.h"