mirror of
https://github.com/godotengine/godot.git
synced 2025-01-18 20:40:57 +08:00
8 lines
119 B
C++
8 lines
119 B
C++
#include "haiku_application.h"
|
|
|
|
HaikuApplication::HaikuApplication()
|
|
: BApplication("application/x-vnd.godot")
|
|
{
|
|
|
|
}
|