aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/macview_Prefix.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:46 -0500
committerJacek Antonelli2008-08-15 23:44:46 -0500
commit38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4 (patch)
treeadca584755d22ca041a2dbfc35d4eca01f70b32c /linden/indra/newview/macview_Prefix.h
parentREADME.txt (diff)
downloadmeta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.zip
meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.gz
meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.bz2
meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.xz
Second Life viewer sources 1.13.2.12
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/macview_Prefix.h240
1 files changed, 240 insertions, 0 deletions
diff --git a/linden/indra/newview/macview_Prefix.h b/linden/indra/newview/macview_Prefix.h
new file mode 100644
index 0000000..651cc88
--- /dev/null
+++ b/linden/indra/newview/macview_Prefix.h
@@ -0,0 +1,240 @@
1/**
2 * @file macview_Prefix.h
3 * @brief Prefix header for all source files of the 'newview' target in the 'newview' project.
4 *
5 * Copyright (c) 2003-2007, Linden Research, Inc.
6 *
7 * The source code in this file ("Source Code") is provided by Linden Lab
8 * to you under the terms of the GNU General Public License, version 2.0
9 * ("GPL"), unless you have obtained a separate licensing agreement
10 * ("Other License"), formally executed by you and Linden Lab. Terms of
11 * the GPL can be found in doc/GPL-license.txt in this distribution, or
12 * online at http://secondlife.com/developers/opensource/gplv2
13 *
14 * There are special exceptions to the terms and conditions of the GPL as
15 * it is applied to this Source Code. View the full text of the exception
16 * in the file doc/FLOSS-exception.txt in this software distribution, or
17 * online at http://secondlife.com/developers/opensource/flossexception
18 *
19 * By copying, modifying or distributing this software, you acknowledge
20 * that you have read and understood your obligations described above,
21 * and agree to abide by those obligations.
22 *
23 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
24 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
25 * COMPLETENESS OR PERFORMANCE.
26 */
27
28// MBW -- This doesn't work. There are some conflicts between things in Carbon.h and some of the linden source.
29//#include <Carbon/Carbon.h>
30
31////////////////// From llagent.cpp
32#include "llpreprocessor.h"
33#include "stdtypes.h"
34#include "stdenums.h"
35
36#include "llagent.h"
37
38#include "llcoordframe.h"
39#include "indra_constants.h"
40#include "llmath.h"
41#include "llcriticaldamp.h"
42#include "llfocusmgr.h"
43#include "llparcel.h"
44#include "llpermissions.h"
45#include "llregionhandle.h"
46#include "m3math.h"
47#include "m4math.h"
48#include "message.h"
49#include "qmath.h"
50#include "v3math.h"
51#include "v4math.h"
52#include "vmath.h"
53//#include "llteleportflags.h"
54
55#include "llbox.h"
56#include "llbutton.h"
57#include "llcameraview.h"
58#include "llconsole.h"
59#include "lldrawable.h"
60#include "llfirstuse.h"
61#include "llfloater.h"
62#include "llfloateravatarinfo.h"
63#include "llfloaterbuildoptions.h"
64#include "llfloaterchat.h"
65#include "llfloatercustomize.h"
66#include "llfloaterdirectory.h"
67#include "llfloatergroups.h"
68#include "llfloatermap.h"
69#include "llfloaterworldmap.h"
70#include "llfloatermute.h"
71#include "llconversation.h"
72#include "llfloatertools.h"
73#include "llhudeffectlookat.h"
74#include "llhudmanager.h"
75#include "llinventoryview.h"
76#include "lljoystickbutton.h"
77#include "llmenugl.h"
78#include "llmorphview.h"
79#include "llmoveview.h"
80#include "llselectmgr.h"
81#include "llsky.h"
82#include "llsphere.h"
83#include "llstatusbar.h"
84#include "lltalkview.h"
85#include "lltool.h"
86#include "lltoolfocus.h"
87#include "lltoolcomp.h" // for gToolGun
88#include "lltoolgrab.h"
89#include "lltoolmgr.h"
90#include "lltoolpie.h"
91#include "lltoolview.h"
92#include "llui.h" // for make_ui_sound
93#include "llviewercamera.h"
94#include "llviewermenu.h"
95#include "llviewerobjectlist.h"
96#include "llviewerparcelmgr.h"
97#include "llviewerparceloverlay.h"
98#include "llviewerregion.h"
99#include "llviewerstats.h"
100#include "llviewerwindow.h"
101#include "llvoavatar.h"
102#include "llvoground.h"
103#include "llvosky.h"
104#include "llworld.h"
105#include "pipeline.h"
106#include "viewer.h"
107
108/////////////////// From llfloater.cpp
109#include "llbutton.h"
110#include "lldraghandle.h"
111#include "llfocusmgr.h"
112#include "llresizebar.h"
113#include "llresizehandle.h"
114#include "llresmgr.h"
115#include "llui.h"
116#include "llviewborder.h"
117#include "llvieweruictrlfactory.h"
118
119
120/////////////////// From lldrawpool.cpp
121#include "llface.h"
122#include "llcontrol.h"
123#include "pipeline.h"
124
125#include "llviewerobjectlist.h" // For debug listing.
126
127//extern LLPipeline gPipeline;
128
129#include "lldrawpoolsimple.h"
130#include "lldrawpoolalpha.h"
131#include "lldrawpoolavatar.h"
132#include "lldrawpooltree.h"
133#include "lldrawpooltreenew.h"
134#include "lldrawpoolterrain.h"
135#include "lldrawpoolsky.h"
136#include "lldrawpoolwater.h"
137#include "lldrawpoolground.h"
138#include "lldrawpoolbump.h"
139#include "llvotreenew.h"
140
141/////////////////// From llface.cpp
142#include "llgl.h"
143#include "llviewerimagelist.h"
144#include "llsky.h"
145#include "llvosky.h"
146#include "llcontrol.h"
147#include "v3color.h"
148#include "pipeline.h"
149#include "llvolume.h"
150#include "llviewercamera.h"
151#include "lllightconstants.h"
152
153#include "llvovolume.h"
154#include "m3math.h"
155#include "lldrawpoolbump.h"
156
157
158
159/////////////////// From llpanel.cpp
160#include "llpanel.h"
161
162#include "llfontgl.h"
163#include "llrect.h"
164#include "llerror.h"
165#include "lltimer.h"
166
167#include "llmenugl.h"
168#include "llstatusbar.h"
169#include "llui.h"
170#include "llkeyboard.h"
171#include "llviewerwindow.h"
172#include "llcontrol.h"
173#include "lluictrl.h"
174#include "llvieweruictrlfactory.h"
175#include "llviewborder.h"
176#include "llviewerimagelist.h"
177#include "llbutton.h"
178#include "llfocusmgr.h"
179
180
181
182/////////////////// From llvovolume.cpp
183#include "llvovolume.h"
184#include "llviewerimagelist.h"
185
186#include "llcontrol.h"
187
188#include "object_flags.h"
189
190#include "material_codes.h"
191#include "llagent.h"
192#include "llworld.h"
193#include "llviewerregion.h"
194#include "llprimitive.h"
195#include "llvolume.h"
196#include "lldrawable.h"
197#include "llface.h"
198#include "llvolumemgr.h"
199#include "llsky.h"
200
201#include "pipeline.h"
202#include "llmaterialtable.h"
203#include "message.h"
204#include "llviewertextureanim.h"
205#include "llviewercamera.h"
206#include "lldrawpoolbump.h"
207
208
209/////////////////// From llagentpilot.cpp
210#include "llagentpilot.h"
211#include "llagent.h"
212#include "llframestats.h"
213#include "viewer.h"
214#include "llcontrol.h"
215
216
217/////////////////// From llloginview.cpp
218#include "llloginview.h"
219
220#include "indra_constants.h" // for key and mask constants
221#include "llfontgl.h"
222#include "v4color.h"
223#include "llwindow_impl.h" // shell_open()
224
225#include "llbutton.h"
226#include "llcheckboxctrl.h"
227#include "llcombobox.h"
228#include "llcontrol.h"
229#include "lllineeditor.h"
230#include "lltextbox.h"
231#include "llui.h"
232//#include "lluiconstants.h"
233#include "llviewerimagelist.h"
234#include "llviewermenu.h" // for handle_preferences()
235#include "llviewerwindow.h" // to link into child list
236#include "llfocusmgr.h"
237#include "llmd5.h"
238#include "llversion.h"
239#include "viewer.h"
240