This commit is contained in:
Cary Sandvig 2000-10-30 19:25:26 +00:00
parent 6c4cd0b620
commit c372b2232b
3 changed files with 0 additions and 30 deletions

View File

@ -1,7 +0,0 @@
// Filename: guiBaseButton.I
// Created by: cary (26Oct00)
//
////////////////////////////////////////////////////////////////////
INLINE GuiBaseButton::GuiBaseButton(float, float, float, float) {
}

View File

@ -1,6 +0,0 @@
// Filename: guiBaseButton.cxx
// Created by: cary (26Oct00)
//
////////////////////////////////////////////////////////////////////
#include "guiBaseButton.h"

View File

@ -1,17 +0,0 @@
// Filename: guiBaseButton.h
// Created by: cary (26Oct00)
//
////////////////////////////////////////////////////////////////////
#ifndef __GUIBASEBUTTON_H__
#define __GUIBASEBUTTON_H__
class GuiBaseButton : public GuiRegion, public GuiLabel {
private:
public:
INLINE GuiBaseButton(float, float, float, float);
};
#include "guiBaseButton.h"
#endif /* __GUIBASEBUTTON_H__ */