diff options
| author | Ruslan Mustakov | 2017-09-22 12:56:02 +0700 |
|---|---|---|
| committer | Ruslan Mustakov | 2017-09-25 16:19:21 +0700 |
| commit | 1a2311e3505765e37b736fe6bb46bb229e00701f (patch) | |
| tree | fd592573dbe7d95b89649eaa677bef54336c648e /platform/osx/os_osx.h | |
| parent | 14b4ad931f54c73aff9021a1314943278295e602 (diff) | |
| download | godot-1a2311e3505765e37b736fe6bb46bb229e00701f.tar.gz godot-1a2311e3505765e37b736fe6bb46bb229e00701f.tar.zst godot-1a2311e3505765e37b736fe6bb46bb229e00701f.zip | |
Diffstat (limited to 'platform/osx/os_osx.h')
| -rw-r--r-- | platform/osx/os_osx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/osx/os_osx.h b/platform/osx/os_osx.h index 6c81da04f..ed67107e9 100644 --- a/platform/osx/os_osx.h +++ b/platform/osx/os_osx.h @@ -129,6 +129,7 @@ protected: virtual const char *get_video_driver_name(int p_driver) const; virtual VideoMode get_default_video_mode() const; + virtual void initialize_logger(); virtual void initialize_core(); virtual void initialize(const VideoMode &p_desired, int p_video_driver, int p_audio_driver); virtual void finalize(); @@ -143,8 +144,6 @@ public: virtual String get_name(); - virtual void print_error(const char *p_function, const char *p_file, int p_line, const char *p_code, const char *p_rationale, ErrorType p_type = ERR_ERROR); - virtual void alert(const String &p_alert, const String &p_title = "ALERT!"); virtual void set_cursor_shape(CursorShape p_shape); |
