Code Search for Developers
 
 
  

DopePlano.h from Project OGRE Lia Game (POGLI Game) at Krugle


Show DopePlano.h syntax highlighted

#ifndef __DOPE_PLANO_H__
#define __DOPE_PLANO_H__

#include "DopePrerequisites.h"
#include "DopeEntidad.h"

namespace Dope {

    class Plano : public Entidad
    {
    protected:
        Real mWidth;
        Real mHeight;
        void setUp(const String& name);
    public:
        Plano(const String& name, Real width, Real height);
        ~Plano();
    };

}
#endif




See more files for this project here

Project OGRE Lia Game (POGLI Game)

Video juego desarrollado en OGRE, multiplataforma (a nivel de codigo fuente). Proyecto desarrollado como tesis para la facultad de ingenieria, UNAM, Mexico

Project homepage: http://sourceforge.net/projects/tesis-h4l9k-jp
Programming language(s): C++
License: other

  Dope.h
  DopeAplicacion.h
  DopeCamara.h
  DopeEntidad.h
  DopeEntrada.h
  DopeEscena.h
  DopeJP.h
  DopeJoint.h
  DopeJointSubtypes.h
  DopePlano.h
  DopePrerequisites.h