1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Properly skip printing version header with --no-header

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
This commit is contained in:
Samuel Nicholas
2024-03-20 00:11:09 +10:30
committed by Rémi Verschelde
parent 7c6e85de0d
commit 93559db3a2
3 changed files with 11 additions and 4 deletions

View File

@@ -126,6 +126,7 @@ public:
void set_print_error_messages(bool p_enabled);
bool is_printing_error_messages() const;
void print_header(const String &p_string) const;
void print_header_rich(const String &p_string) const;
void set_frame_delay(uint32_t p_msec);
uint32_t get_frame_delay() const;