LibGUI+HackStudio: Associate new icons with their extensions

This commit is contained in:
thankyouverycool 2020-08-26 10:11:44 -04:00 committed by Andreas Kling
commit 45901d4141
Notes: sideshowbarker 2024-07-19 03:08:04 +09:00
4 changed files with 23 additions and 1 deletions

View file

@ -34,6 +34,8 @@ namespace GUI {
#define ENUMERATE_FILETYPES(F) \
F(cplusplus, ".cpp") \
F(form, ".frm") \
F(hackstudio, ".hsp") \
F(header, ".h") \
F(html, ".html") \
F(image, ".png") \