blob: 3de6af18dd0c7215b74f72e7e13cf222bc17fbd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  | 
/** 
 * @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
  |