diff --git a/articles/Extensive code documentation.md b/articles/Extensive code documentation.md index 03ec977..fd7e0dd 100755 --- a/articles/Extensive code documentation.md +++ b/articles/Extensive code documentation.md @@ -38,6 +38,8 @@ would be greatly appreciated. │   ├── history.h - Declares functions for handling the history buffer │   ├── img.c - Contains functions for drawing and handling images │   ├── img.h - Declares functions for drawing and handling images +│   ├── icon.c - Contains functions for drawing and handling icons +│   ├── icon.h - Declares functions for drawing and handling icons │   ├── keybinds.h - Contains keybind arrays for X11 and Wayland │   ├── main.c - Contains core functions like ecalloc, sp_strncpy and die │   ├── main.h - Declares core functions like ecalloc, sp_strncpy and die