diff options
author | prep linden <prep@lindenlab.com> | 2011-06-22 13:36:21 -0400 |
---|---|---|
committer | prep linden <prep@lindenlab.com> | 2011-06-22 13:36:21 -0400 |
commit | 4caf151c5ad1e07f819bc8e5ab8eda584f41420b (patch) | |
tree | 0491b4ab6f4fece3790f2b22f06fba5f99c2e5d0 /indra/newview/llsurface.h | |
parent | e029683826623de6c112d6f50ead6e5d93cc98c9 (diff) |
WIP for SH-1791
Diffstat (limited to 'indra/newview/llsurface.h')
-rw-r--r-- | indra/newview/llsurface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llsurface.h b/indra/newview/llsurface.h index 673ee83fe3..a4ef4fe2de 100644 --- a/indra/newview/llsurface.h +++ b/indra/newview/llsurface.h @@ -140,6 +140,9 @@ public: friend class LLSurfacePatch; friend std::ostream& operator<<(std::ostream &s, const LLSurface &S); + + void getNeighboringRegions( std::vector<LLViewerRegion*>& uniqueRegions ); + public: // Number of grid points on one side of a region, including +1 buffer for // north and east edge. |