/*********************************************************************//**
*	Ukonceni levelu
*	
*	author: Michal Jirous
*	date: 23.04.2009
*	file: ent_info_counter.cpp
**********************************************************************/

#include "ent_environments.h"
#include "game.h"
InfoExit::InfoExit()  : CBaseEnvironment()
{
	
}



void InfoExit::onTarget( int target_type )
{
	game.exitLevel( );
}
