summaryrefslogblamecommitdiffstats
path: root/game/code/meta/carstartlocator.cpp
blob: 356fcc4640ef24ea22b47340ea482e7ab1ab1082 (plain) (tree)




































































                                                                                
//=============================================================================
// Copyright (C) 2002 Radical Entertainment Ltd.  All rights reserved.
//
// File:        CarStartLocator.cpp
//
// Description: Implement CarStartLocator
//
// History:     19/06/2002 + Created -- NAME
//
//=============================================================================

//========================================
// System Includes
//========================================
// Foundation Tech
#include <raddebug.hpp>

//========================================
// Project Includes
//========================================
#include <meta/carstartlocator.h>



//******************************************************************************
//
// Global Data, Local Data, Local Classes
//
//******************************************************************************

//******************************************************************************
//
// Public Member Functions
//
//******************************************************************************

//==============================================================================
// CarStartLocator::CarStartLocator
//==============================================================================
// Description: Constructor.
//
// Parameters:	None.
//
// Return:      N/A.
//
//==============================================================================
CarStartLocator::CarStartLocator()
{
}

//==============================================================================
// CarStartLocator::~CarStartLocator
//==============================================================================
// Description: Destructor.
//
// Parameters:	None.
//
// Return:      N/A.
//
//==============================================================================
CarStartLocator::~CarStartLocator()
{
}

//******************************************************************************
//
// Private Member Functions
//
//******************************************************************************