2020-09-12 01:29:37 +02:00
|
|
|
/**
|
|
|
|
|
|
|
|
@defgroup common Common API
|
2020-11-21 02:20:41 +01:00
|
|
|
@brief Common classes, functions, and structures.
|
2020-09-12 01:29:37 +02:00
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
2020-11-21 02:20:41 +01:00
|
|
|
@defgroup lua Lua
|
2020-09-12 01:29:37 +02:00
|
|
|
@ingroup common
|
|
|
|
@brief Functions for the Lua programming language. See @linkLua.
|
2020-11-29 21:41:07 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
2020-11-21 02:20:41 +01:00
|
|
|
@defgroup audio Audio API
|
|
|
|
@brief APIs for managing in-game audio.
|
2020-11-25 01:52:40 +01:00
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
2020-11-21 02:20:41 +01:00
|
|
|
@defgroup engines Engine API
|
|
|
|
@brief API related to engines.
|
2020-11-29 21:41:07 +01:00
|
|
|
|
2020-11-30 02:54:01 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
2020-12-02 21:14:24 +01:00
|
|
|
@defgroup engines_engines Specific engines
|
|
|
|
@ingroup engines
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
2020-11-21 02:20:41 +01:00
|
|
|
@defgroup graphics Graphics API
|
|
|
|
@brief API related to on-screen graphics - surfaces, pixels, cursors, fonts, palettes, and renderers.
|
2020-11-30 02:54:01 +01:00
|
|
|
|
|
|
|
*/
|
2020-11-21 02:20:41 +01:00
|
|
|
|
2020-11-30 02:54:01 +01:00
|
|
|
/**
|
|
|
|
|
|
|
|
@defgroup image Image API
|
|
|
|
@brief API of various image decoders used in engines.
|
|
|
|
|
2021-05-21 19:52:03 +01:00
|
|
|
*/
|