mirror of
https://github.com/knightfox75/nds_nflib.git
synced 2025-06-18 16:55:32 -04:00
doxygen: Add 2D functions to a doxygen group
This commit is contained in:
parent
1b344843f4
commit
59b9cb02ec
@ -13,6 +13,16 @@ extern "C" {
|
||||
#ifndef __NF_2D_H__
|
||||
#define __NF_2D_H__
|
||||
|
||||
/// @file nf_2d.h
|
||||
/// @brief Functions to setup 2D video options.
|
||||
|
||||
/// @defgroup nf_2d 2D video setup
|
||||
///
|
||||
/// Functions to setup the 2D video modes of the NDS, as well as to activate or
|
||||
/// deactivate background layers or scroll them.
|
||||
///
|
||||
/// @{
|
||||
|
||||
#include <nds.h>
|
||||
|
||||
/// Init 2D mode for the selected screen.
|
||||
@ -243,6 +253,8 @@ void NF_DisableSpriteRotScale(u8 screen, u8 sprite);
|
||||
/// @param sy Y scale (0 to 512), 100% = 256.
|
||||
void NF_SpriteRotScale(u8 screen, u8 id, s16 angle, u16 sx, u16 sy);
|
||||
|
||||
/// @}
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user