Cary Sandvig 25 years ago
parent
commit
d763669d75

+ 6 - 0
panda/src/gui/guiBaseButton.cxx

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

+ 6 - 0
panda/src/gui/guiLabel.cxx

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

+ 6 - 0
panda/src/gui/guiRegion.cxx

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

+ 6 - 0
panda/src/gui/guiRollover.cxx

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