Files
haiku-beta6/src/apps/pulse/PulseApp.h
T
Axel Dörfler 80f47570a5 Some cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13124 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-06-14 19:49:18 +00:00

36 lines
665 B
C++

//****************************************************************************************
//
// File: PulseApp.h
//
// Written by: Daniel Switkin
//
// Copyright 1999, Be Incorporated
//
//****************************************************************************************
#ifndef PULSEAPP_H
#define PULSEAPP_H
#include <app/Application.h>
#include "Prefs.h"
class PulseApp : public BApplication {
public:
PulseApp(int argc, char **argv);
~PulseApp();
Prefs *prefs;
private:
void BuildPulse();
};
extern bool LastEnabledCPU(int cpu);
extern int GetMinimumViewWidth();
extern bool LoadInDeskbar();
extern void Usage();
#endif // PULSEAPP_H