Mercurial > public > hwos_code
view src/icons.asm @ 656:8af5aefbcdaf default tip
Update to 3.31 beta
| author | heinrichsweikamp |
|---|---|
| date | Thu, 27 Nov 2025 18:32:58 +0100 |
| parents | 75e90cd0c2c3 |
| children |
line wrap: on
line source
;============================================================================= ; ; File icons.asm combined next generation V3.04.3 ; ; Tables for all OSTC icons. ; ; Copyright (c) 2011, JD Gascuel, heinrichs weikamp gmbh, all right reserved. ;============================================================================= ; HISTORY ; 2011-05-24 : [jDG] Creation with icons for demo menus. #include "hwos.inc" ; Mandatory header icons_data CODE ;============================================================================= global dive_warning2_block ; dive mode warning icon #include "../src/Icons/dive_warning2.inc" ; 45x39 pixels ;----------------------------------------------------------------------------- END
