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) +// +////////////////////////////////////////////////////////////////////