Mercurial > fife-parpg
comparison engine/core/view/visual.h @ 661:e3140f01749d
* Merged the light branch back into trunk.
* Modified the demos so they work with the new loaders and setting.
author | helios2000@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Fri, 05 Nov 2010 15:21:10 +0000 |
parents | 16c2b3ee59ce |
children |
comparison
equal
deleted
inserted
replaced
660:b0733d998d0f | 661:e3140f01749d |
---|---|
125 ObjectVisual(); | 125 ObjectVisual(); |
126 | 126 |
127 type_angle2id m_angle2img; | 127 type_angle2id m_angle2img; |
128 }; | 128 }; |
129 | 129 |
130 | |
130 /** Instance visual contains data that is needed to visualize the instance on screen | 131 /** Instance visual contains data that is needed to visualize the instance on screen |
131 */ | 132 */ |
132 class InstanceVisual: public Visual2DGfx { | 133 class InstanceVisual: public Visual2DGfx { |
133 public: | 134 public: |
134 /** Constructs and assigns it to the passed item | 135 /** Constructs and assigns it to the passed item |