From b641eda9af24ccee3ce8470bb13c100c82de590d Mon Sep 17 00:00:00 2001 From: Cary Sandvig Date: Mon, 30 Oct 2000 19:26:50 +0000 Subject: [PATCH] try again --- panda/src/gui/guiButton.I | 4 ++++ panda/src/gui/guiButton.cxx | 4 ++++ panda/src/gui/guiButton.h | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 panda/src/gui/guiButton.I create mode 100644 panda/src/gui/guiButton.cxx create mode 100644 panda/src/gui/guiButton.h diff --git a/panda/src/gui/guiButton.I b/panda/src/gui/guiButton.I new file mode 100644 index 0000000000..8182bd118e --- /dev/null +++ b/panda/src/gui/guiButton.I @@ -0,0 +1,4 @@ +// Filename: guiButton.I +// Created by: cary (30Oct00) +// +//////////////////////////////////////////////////////////////////// diff --git a/panda/src/gui/guiButton.cxx b/panda/src/gui/guiButton.cxx new file mode 100644 index 0000000000..e551a13c9c --- /dev/null +++ b/panda/src/gui/guiButton.cxx @@ -0,0 +1,4 @@ +// Filename: guiButton.cxx +// Created by: cary (30Oct00) +// +//////////////////////////////////////////////////////////////////// diff --git a/panda/src/gui/guiButton.h b/panda/src/gui/guiButton.h new file mode 100644 index 0000000000..8f2149dbf0 --- /dev/null +++ b/panda/src/gui/guiButton.h @@ -0,0 +1,4 @@ +// Filename: guiButton.h +// Created by: cary (30Oct00) +// +////////////////////////////////////////////////////////////////////