repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
btrfs: Attempt to fix GCC2 build.
[haiku.git]
/
src
/
apps
/
launchbox
/
main.cpp
blob
fad82aa576ad62e3bb943f96f03718ea4af291cf
1
/*
2
* Copyright 2006, Haiku.
3
* Distributed under the terms of the MIT License.
4
*
5
* Authors:
6
* Stephan Aßmus <superstippi@gmx.de>
7
*/
8
9
10
#include <stdio.h>
11
12
#include
"App.h"
13
14
int
15
main
(
int
argc
,
char
**
argv
)
16
{
17
new
App
();
18
be_app
->
Run
();
19
delete
be_app
;
20
return
0
;
21
}