Files
haiku-beta6/src/apps/pulse/BottomPrefsView.h
T

23 lines
503 B
C++
Raw Normal View History

2002-07-09 12:24:59 +00:00
//****************************************************************************************
//
// File: BottomPrefsView.h
//
// Written by: Daniel Switkin
//
// Copyright 1999, Be Incorporated
//
//****************************************************************************************
#ifndef BOTTOMPREFSVIEW_H
#define BOTTOMPREFSVIEW_H
#include <interface/View.h>
class BottomPrefsView : public BView {
public:
BottomPrefsView(BRect rect, const char *name);
void Draw(BRect rect);
};
2002-09-28 00:54:25 +00:00
#endif