2 * Copyright 2002-2006, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * DarkWyrm (darkwyrm@earthlink.net)
16 APRApplication::APRApplication(void)
17 : BApplication(APPEARANCE_APP_SIGNATURE
)
19 fWindow
= new APRWindow(BRect(100, 100, 550, 420));
26 APRApplication myApplication
;