diff options
Diffstat (limited to 'indra/llmath/llrect.cpp')
-rw-r--r-- | indra/llmath/llrect.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/llmath/llrect.cpp b/indra/llmath/llrect.cpp new file mode 100644 index 0000000000..60280536eb --- /dev/null +++ b/indra/llmath/llrect.cpp @@ -0,0 +1,10 @@ +/** + * @file llrect.cpp + * + * Copyright (c) 2001-$CurrentYear$, Linden Research, Inc. + * $License$ + */ + +#include "linden_common.h" + +#include "llrect.h" |