mirror of
https://github.com/godotengine/godot.git
synced 2024-12-03 09:52:18 +08:00
8 lines
119 B
C++
8 lines
119 B
C++
#include "haiku_application.h"
|
|
|
|
HaikuApplication::HaikuApplication()
|
|
: BApplication("application/x-vnd.Godot")
|
|
{
|
|
|
|
}
|