NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
docgroup.h
1#pragma once
2// [This header file defines documentation groups for better categorization]
3
4/// @ingroup game
5/// @defgroup slib sLib
6/// @brief Provides various utilities (including the state system).
7
8/// @defgroup state sState
9/// @ingroup slib
10/// @brief A state system implementation.