From 45b451e23dcb6daba64d54231b90cd217922cf99 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 1 Jun 2001 02:06:17 +0000 Subject: [PATCH] pt_EggTexture etc. --- pandatool/src/lwoegg/cLwoSurface.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pandatool/src/lwoegg/cLwoSurface.h b/pandatool/src/lwoegg/cLwoSurface.h index 79d8e169d2..2eb5d8c2a1 100644 --- a/pandatool/src/lwoegg/cLwoSurface.h +++ b/pandatool/src/lwoegg/cLwoSurface.h @@ -27,6 +27,8 @@ #include #include #include +#include +#include #include #include @@ -90,10 +92,10 @@ public: CPT(LwoSurface) _surface; bool _checked_material; - PT(EggMaterial) _egg_material; + PT_EggMaterial _egg_material; bool _checked_texture; - PT(EggTexture) _egg_texture; + PT_EggTexture _egg_texture; CLwoSurfaceBlock *_block;