chore: Fix a Doxygen comment

This commit is contained in:
Antonio Niño Díaz 2023-10-19 02:04:55 +01:00
parent 88a1e20393
commit 6408190477

View File

@ -44,7 +44,7 @@ typedef struct {
/// scanKeys() each frame for this to work.
void NE_UpdateInput(void);
///< List of all the possible initialization states of Nitro Engine.
/// List of all the possible initialization states of Nitro Engine.
typedef enum {
NE_ModeUninitialized = 0, ///< Nitro Engine hasn't been initialized.
NE_ModeSingle3D = 1, ///< Initialized in single 3D mode.