mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 23:34:57 -04:00
all gone
This commit is contained in:
parent
6c4cd0b620
commit
c372b2232b
@ -1,7 +0,0 @@
|
||||
// Filename: guiBaseButton.I
|
||||
// Created by: cary (26Oct00)
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
INLINE GuiBaseButton::GuiBaseButton(float, float, float, float) {
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
// Filename: guiBaseButton.cxx
|
||||
// Created by: cary (26Oct00)
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "guiBaseButton.h"
|
@ -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__ */
|
Loading…
x
Reference in New Issue
Block a user