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