From a4680750b6fa1face7990ad87a3c6898e9c875ea Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 21 Sep 2005 18:22:46 +0000 Subject: [PATCH] New state handling code --- panda/src/pgraph/Sources.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/panda/src/pgraph/Sources.pp b/panda/src/pgraph/Sources.pp index 202973e2d5..c2f57a5daa 100644 --- a/panda/src/pgraph/Sources.pp +++ b/panda/src/pgraph/Sources.pp @@ -13,6 +13,7 @@ alphaTestAttrib.I alphaTestAttrib.h \ ambientLight.I ambientLight.h \ antialiasAttrib.I antialiasAttrib.h \ + attribSlots.h attribSlots.I \ auxSceneData.I auxSceneData.h \ bamFile.I bamFile.h \ billboardEffect.I billboardEffect.h \ @@ -115,6 +116,7 @@ alphaTestAttrib.cxx \ ambientLight.cxx \ antialiasAttrib.cxx \ + attribSlots.cxx \ auxSceneData.cxx \ bamFile.cxx \ billboardEffect.cxx \ @@ -213,6 +215,7 @@ alphaTestAttrib.I alphaTestAttrib.h \ ambientLight.I ambientLight.h \ antialiasAttrib.I antialiasAttrib.h \ + attribSlots.h attribSlots.I \ auxSceneData.I auxSceneData.h \ bamFile.I bamFile.h \ billboardEffect.I billboardEffect.h \