btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / apps / launchbox / main.cpp
blobfad82aa576ad62e3bb943f96f03718ea4af291cf
1 /*
2 * Copyright 2006, Haiku.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Stephan Aßmus <superstippi@gmx.de>
7 */
10 #include <stdio.h>
12 #include "App.h"
14 int
15 main(int argc, char** argv)
17 new App();
18 be_app->Run();
19 delete be_app;
20 return 0;