AGS: Move AGS Engine doxygen group definition to ags.h
This commit is contained in:
parent
6acd1ec59e
commit
5000a24d72
2 changed files with 5 additions and 8 deletions
|
@ -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.
|
||||
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue