1faef1e54Sshatty/* 2bb5f99a5SStephan Aßmus * Copyright 1999, Be Incorporated. All Rights Reserved. 3bb5f99a5SStephan Aßmus * This file may be used under the terms of the Be Sample Code License. 4bb5f99a5SStephan Aßmus * 5bb5f99a5SStephan Aßmus * Authors: 6bb5f99a5SStephan Aßmus * Robert Polic 7bb5f99a5SStephan Aßmus */ 8faef1e54Sshatty 9faef1e54Sshatty 10bb5f99a5SStephan Aßmus#include "PeopleApp.h" 11faef1e54Sshatty 12faef1e54Sshatty 13bb5f99a5SStephan Aßmusint 14bb5f99a5SStephan Aßmusmain(int, char**) 15bb5f99a5SStephan Aßmus{ 16bb5f99a5SStephan Aßmus TPeopleApp app; 17bb5f99a5SStephan Aßmus app.Run(); 18faef1e54Sshatty return B_NO_ERROR; 19faef1e54Sshatty} 20