diff options
| author | Kostadin Damyanov <maxmight@gmail.com> | 2015-05-25 06:34:16 +0300 |
|---|---|---|
| committer | Kostadin Damyanov <maxmight@gmail.com> | 2015-05-25 06:34:16 +0300 |
| commit | a5533270436e51c660d2c196e2a6a8f9e21d6420 (patch) | |
| tree | 416b6ad13bcc79eb7e34ca9c452e797a7d1d8186 /platform/haiku/os_haiku.cpp | |
| parent | 826f8af1ef3311ddcc0fab27629f7a5fcfa1b024 (diff) | |
| download | redot-engine-a5533270436e51c660d2c196e2a6a8f9e21d6420.tar.gz | |
Haiku: some small fixes
Diffstat (limited to 'platform/haiku/os_haiku.cpp')
| -rw-r--r-- | platform/haiku/os_haiku.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/haiku/os_haiku.cpp b/platform/haiku/os_haiku.cpp index 4d45bb3333..7c207f265b 100644 --- a/platform/haiku/os_haiku.cpp +++ b/platform/haiku/os_haiku.cpp @@ -79,3 +79,7 @@ OS::VideoMode OS_Haiku::get_video_mode(int p_screen) const { void OS_Haiku::get_fullscreen_mode_list(List<VideoMode> *p_list, int p_screen) const { } + +String OS_Haiku::get_executable_path() const { + return OS::get_executable_path(); +} |
