mirror of
https://github.com/godotengine/godot-platform-haiku.git
synced 2026-01-05 10:10:03 +03:00
8 lines
119 B
C++
8 lines
119 B
C++
#include "haiku_application.h"
|
|
|
|
HaikuApplication::HaikuApplication()
|
|
: BApplication("application/x-vnd.Godot")
|
|
{
|
|
|
|
}
|