Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Black Dragon Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
NiranV
Black Dragon Viewer
Commits
f3651ae3
Commit
f3651ae3
authored
15 years ago
by
James Cook
Browse files
Options
Downloads
Patches
Plain Diff
Trivial header file cleanup
parent
1f340919
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
indra/newview/lldrawable.h
+1
-0
1 addition, 0 deletions
indra/newview/lldrawable.h
indra/newview/llhudicon.h
+1
-0
1 addition, 0 deletions
indra/newview/llhudicon.h
indra/newview/llhudobject.h
+1
-1
1 addition, 1 deletion
indra/newview/llhudobject.h
with
3 additions
and
1 deletion
indra/newview/lldrawable.h
+
1
−
0
View file @
f3651ae3
...
...
@@ -53,6 +53,7 @@ class LLCamera;
class
LLDrawPool
;
class
LLDrawable
;
class
LLFace
;
class
LLFacePool
;
class
LLSpatialGroup
;
class
LLSpatialBridge
;
class
LLSpatialPartition
;
...
...
This diff is collapsed.
Click to expand it.
indra/newview/llhudicon.h
+
1
−
0
View file @
f3651ae3
...
...
@@ -50,6 +50,7 @@
// Renders a 2D icon billboard floating at the location specified.
class
LLDrawable
;
class
LLViewerObject
;
class
LLViewerTexture
;
class
LLHUDIcon
:
public
LLHUDObject
{
...
...
This diff is collapsed.
Click to expand it.
indra/newview/llhudobject.h
+
1
−
1
View file @
f3651ae3
...
...
@@ -42,7 +42,7 @@
#include
"v4color.h"
#include
"v3math.h"
#include
"v3dmath.h"
#include
"lldrawpool.h"
#include
"lldrawpool.h"
// TODO: eliminate, unused below
#include
<list>
class
LLViewerCamera
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment