Logo
Explore Help
Sign In
andrew/libakgl
1
0
Fork 0
You've already forked libakgl
Code Issues 56 Pull Requests Actions Packages Projects Releases Wiki Activity
Files
549b27d3eb018dd7be1cef39a4c892d4ea8ec3b6
libakgl/include/akgl/draw.h

17 lines
258 B
C
Raw Normal View History

Document the libakgl API with Doxygen Add file, structure, global, and function documentation across all libakgl-owned headers and sources, including parameter contracts and likely AKERR/AKGL_ERR exceptions. Add a strict Doxyfile and build the generated API documentation in Gitea CI with warnings treated as failures. Co-authored-by: Codex (GPT-5) <noreply@openai.com>
2026-07-30 01:10:31 -04:00
/**
* @file draw.h
* @brief Declares the public draw API.
*/
Exported libsdl3game from the sdl3-gametest demo project
2025-08-03 10:07:35 -04:00
#ifndef _DRAW_H_
#define _DRAW_H_
Document the libakgl API with Doxygen Add file, structure, global, and function documentation across all libakgl-owned headers and sources, including parameter contracts and likely AKERR/AKGL_ERR exceptions. Add a strict Doxyfile and build the generated API documentation in Gitea CI with warnings treated as failures. Co-authored-by: Codex (GPT-5) <noreply@openai.com>
2026-07-30 01:10:31 -04:00
/**
* @brief Draw background.
* @param w Destination width.
* @param h Destination height.
*/
Unify the library on an `akgl_` namespace
2026-05-06 23:18:42 -04:00
void akgl_draw_background(int w, int h);
Exported libsdl3game from the sdl3-gametest demo project
2025-08-03 10:07:35 -04:00
#endif //_DRAW_H_
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 84ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API