Skip to content

Commit

Permalink
astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
PipeYume committed Mar 16, 2024
1 parent a07d763 commit cf1bf8d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/dialogue_helpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ std::optional<std::string> maybe_read_var_value(
}

template
std::optional<std::string> maybe_read_var_value( const var_info &, const dialogue &, int call_depth );
std::optional<std::string> maybe_read_var_value( const var_info &, const dialogue &,
int call_depth );
template
std::optional<std::string> maybe_read_var_value( const translation_var_info &, const dialogue &, int call_depth );
std::optional<std::string> maybe_read_var_value( const translation_var_info &, const dialogue &,
int call_depth );

template<>
std::string read_var_value( const var_info &info, const dialogue &d )
Expand Down

0 comments on commit cf1bf8d

Please sign in to comment.