1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

Haiku: create a GL context and initialize the audio and physics servers

This commit is contained in:
Kostadin Damyanov
2015-06-11 22:57:41 +03:00
parent f99b72c04f
commit 8df3e30abd
13 changed files with 386 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
#include "haiku_application.h"
HaikuApplication::HaikuApplication()
: BApplication("application/x-vnd.Haiku-GLDirectMode")
{
}