#ifndef POINT_ENTITY_H #define POINT_ENTITY_H #include "baseentity.h" class CPointEntity: public CBaseEntity { public: }; #endif