summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/boxtest.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/boxtest.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/boxtest.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/boxtest.h
index ee82f989e4..0ff895d351 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/boxtest.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/boxtest.h
@@ -35,10 +35,10 @@ distribution.
#include <nds/arm9/video.h>
#include <nds/arm9/videoGL.h>
-/*! \file boxtest.h
-\brief Box Test Functions.
+/*! \file boxtest.h
+\brief Box Test Functions.
-*/
+*/
#ifdef __cplusplus
extern "C" {
@@ -78,7 +78,7 @@ int BoxTestf(float x, float y, float z, float width, float height, float depth);
\param height (width, height, depth) describe the size of the box referenced from (x, y, z)
\param depth (width, height, depth) describe the size of the box referenced from (x, y, z)
-Performs a test to determine if the provided box is in the view frustum. BoxTestResult must be called to get the result of this
+Performs a test to determine if the provided box is in the view frustum. BoxTestResult must be called to get the result of this
operation.
*/
void BoxTest_Asynch(v16 x, v16 y, v16 z, v16 height, v16 width, v16 depth);
@@ -92,7 +92,7 @@ void BoxTest_Asynch(v16 x, v16 y, v16 z, v16 height, v16 width, v16 depth);
\param height (width, height, depth) describe the size of the box referenced from (x, y, z)
\param depth (width, height, depth) describe the size of the box referenced from (x, y, z)
-Performs a test to determine if the provided box is in the view frustum. BoxTestResult must be called to get the result of this
+Performs a test to determine if the provided box is in the view frustum. BoxTestResult must be called to get the result of this
operation.
*/
void BoxTestf_Asynch(float x, float y, float z, float width, float height, float depth);