Code Search for Developers
 
 
  

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


Show DopeJP.h syntax highlighted

#ifndef __DOPE_JP_H__
#define __DOPE_JP_H__

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

namespace Dope {

    class JP : public Entidad
    {
    protected:
        void setUp(const String& name);
    public:
        JP(const String& name);
        ~JP();

    };


}

#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