Skip to content

Commit

Permalink
Update parsers_declarations.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Nivaturimika authored Feb 26, 2024
1 parent 227ddf2 commit 1112dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsing/parsers_declarations.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1723,7 +1723,7 @@ struct crime_modifier : public modifier_base {
dcon::trigger_key trigger;
};

dcon::trigger_key make_party_trigger(token_generator& gen, error_handler& err, scenario_building_context& context);
dcon::trigger_key make_party_trigger(token_generator& gen, error_handler& err, party_context& context);
dcon::trigger_key make_crime_trigger(token_generator& gen, error_handler& err, scenario_building_context& context);
void read_pending_crime(dcon::crime_id id, token_generator& gen, error_handler& err, scenario_building_context& context);

Expand Down

0 comments on commit 1112dc2

Please sign in to comment.