Skip to content

Commit

Permalink
Reorganised room functions (#3650)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamPlenty authored Nov 8, 2024
1 parent 8d33855 commit b0d602e
Show file tree
Hide file tree
Showing 25 changed files with 1,501 additions and 1,392 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ obj/room_lair.o \
obj/room_library.o \
obj/room_list.o \
obj/room_scavenge.o \
obj/room_treasure.o \
obj/room_util.o \
obj/room_workshop.o \
obj/roomspace.o \
Expand Down
1 change: 1 addition & 0 deletions keeperfx_vs2010.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@
<ClInclude Include="src\room_library.h" />
<ClInclude Include="src\room_list.h" />
<ClInclude Include="src\room_scavenge.h" />
<ClInclude Include="src\room_treasure.h" />
<ClInclude Include="src\room_util.h" />
<ClInclude Include="src\room_workshop.h" />
<ClInclude Include="src\scrcapt.h" />
Expand Down
3 changes: 3 additions & 0 deletions keeperfx_vs2010.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -1265,6 +1265,9 @@
<ClInclude Include="src\room_scavenge.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\room_treasure.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\room_util.h">
<Filter>Header Files</Filter>
</ClInclude>
Expand Down
1 change: 1 addition & 0 deletions src/console_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
#include "config_players.h"
#include "player_utils.h"
#include "room_data.h"
#include "room_treasure.h"
#include "room_util.h"
#include "slab_data.h"
#include "thing_factory.h"
Expand Down
1 change: 1 addition & 0 deletions src/packets_cheats.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
#include "gui_topmsg.h"
#include "gui_msgs.h"
#include "frontmenu_ingame_tabs.h"
#include "room_treasure.h"
#include "post_inc.h"

extern void clear_input(struct Packet* packet);
Expand Down
Loading

0 comments on commit b0d602e

Please sign in to comment.