godot/platform/haiku/os_haiku.cpp
2015-05-25 03:49:24 +03:00

6 lines
72 B
C++

#include "os_haiku.h"
String OS_Haiku::get_name() {
return "Haiku";
}