You've already forked godot
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:
7
platform/haiku/haiku_application.cpp
Normal file
7
platform/haiku/haiku_application.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "haiku_application.h"
|
||||
|
||||
HaikuApplication::HaikuApplication()
|
||||
: BApplication("application/x-vnd.Haiku-GLDirectMode")
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user