Skip to content

Commit 2a0a7e8

Browse files
More missing things
1 parent c9a5bcd commit 2a0a7e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

panda/src/toontown/dna/dnaStorage.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ class EXPCL_TOONTOWN DNAStorage {
9898
int get_highest_suit_point_index();
9999
int remove_suit_point(PT(DNASuitPoint));
100100
void store_suit_block(const int block_number, const std::string& dept);
101+
void remove_suit_block(const int block_number);
101102
void store_suit_block_num_floors(const int block_number, const int num_floors);
102103
void store_block_number(const std::string &block, const std::string &zone_id);
103104
void store_block_door_pos_hpr(const std::string& block, const LPoint3f& pos, const LPoint3f& hpr);

0 commit comments

Comments
 (0)