2 * Copyright 2009, Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Alexandre Deckner <alex@zappotek.com>
12 #include "MainWindow.h"
17 BApplication("application/x-vnd.Haiku-Haiku3d"),
31 BRect
frame(50, 50, 640 + 50, 480 + 50);
32 const char* title
= "Haiku3d";
33 fMainWindow
= new MainWindow(frame
, title
);
46 main(int argc
, char** argv
)