phoenix-firestorm/indra/newview/llviewerprecompiledheaders.cpp

17 lines
508 B
C++

/**
* @file llviewerprecompiledheaders.cpp
* @brief precompiled headers for newview project
*
* Copyright (c) 2005-$CurrentYear$, Linden Research, Inc.
* $License$
*/
// source file that includes just the standard includes
// newview.pch will be the pre-compiled header
// llviewerprecompiledheaders.obj will contain the pre-compiled type information
#include "llviewerprecompiledheaders.h"
// TODO: reference any additional headers you need in llviewerprecompiledheaders.h
// and not in this file