1 //****************************************************************************************
5 // Written by: Daniel Switkin
7 // Copyright 1999, Be Incorporated
9 //****************************************************************************************
15 #include <Application.h>
21 class PulseApp
: public BApplication
{
23 PulseApp(int argc
, char **argv
);
26 virtual void AboutRequested();
27 static void ShowAbout(bool asApplication
);
35 extern bool LastEnabledCPU(unsigned int cpu
);
36 extern int GetMinimumViewWidth();
37 extern bool LoadInDeskbar();