AGS: Move AGS Engine doxygen group definition to ags.h

This commit is contained in:
Thierry Crozat 2021-05-21 20:02:09 +01:00
parent 6acd1ec59e
commit 5000a24d72
2 changed files with 5 additions and 8 deletions

View file

@ -45,11 +45,3 @@
@brief API of various image decoders used in engines.
*/
/**
@defgroup agsengine AGS Engine
@brief Engine to run Adventure Game Studio games.
*/

View file

@ -43,6 +43,11 @@ class Globals;
namespace AGS {
/**
* @defgroup agsengine AGS Engine
* @brief Engine to run Adventure Game Studio games.
*/
#define SCREEN_WIDTH 320
#define SCREEN_HEIGHT 200