mirror of
https://github.com/AntonioND/nitro-engine.git
synced 2025-06-18 16:45:33 -04:00
chore: Fix a Doxygen comment
This commit is contained in:
parent
88a1e20393
commit
6408190477
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user