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