mirror of
https://github.com/knightfox75/nds_nflib.git
synced 2025-06-18 08:45:35 -04:00
doxygen: Fix comments
This commit is contained in:
parent
92f39078a1
commit
b8e80a70dd
@ -18,7 +18,7 @@ extern "C" {
|
||||
/// @file nf_3d.h
|
||||
/// @brief Functions to setup 3D video options.
|
||||
|
||||
/// @defgroup nf_2d 3D video setup
|
||||
/// @defgroup nf_3d 3D video setup
|
||||
///
|
||||
/// Functions to setup 2D the video modes of the NDS and enable 3D.
|
||||
///
|
||||
|
@ -403,6 +403,9 @@ void NF_3dSpriteGetPalColor(u8 pal, u8 number, u8* r, u8* g, u8* b);
|
||||
///
|
||||
/// Change the sprite depth to prevent it from intersecting with other sprites
|
||||
/// when rotation or zoom are applied.
|
||||
///
|
||||
/// @param id Sprite ID (0 - 255).
|
||||
/// @param z Depth (-512 - 512)
|
||||
void NF_3dSpriteSetDepth(u8 id, s16 z);
|
||||
|
||||
// Defines for backwards compatibility
|
||||
|
Loading…
Reference in New Issue
Block a user