Mercurial > public > hwos_code
comparison src/icons.asm @ 275:653a3ab08062
rename into hwOS
author | heinrichsweikamp |
---|---|
date | Thu, 07 May 2015 13:11:14 +0200 |
parents | d912fb71d606 |
children | ca4556fb60b9 |
comparison
equal
deleted
inserted
replaced
274:9347893b74ce | 275:653a3ab08062 |
---|---|
1 ;============================================================================= | 1 ;============================================================================= |
2 ; | 2 ; |
3 ; File icons.asm | 3 ; File icons.asm |
4 ; | 4 ; |
5 ; Tables for all OSTC3 icons. | 5 ; Tables for all OSTC icons. |
6 ; | 6 ; |
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. | 7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. |
8 ;============================================================================= | 8 ;============================================================================= |
9 ; HISTORY | 9 ; HISTORY |
10 ; 2011-05-24 : [jDG] Creation with icons for demo menus. | 10 ; 2011-05-24 : [jDG] Creation with icons for demo menus. |
15 global dive_warning2_block | 15 global dive_warning2_block |
16 #include "../src/Icons/dive_warning2.inc" ;45x39 px | 16 #include "../src/Icons/dive_warning2.inc" ;45x39 px |
17 ; small warning icon | 17 ; small warning icon |
18 ; global warning_block | 18 ; global warning_block |
19 ;#include "../src/Icons/warning.inc" ;25x22 px | 19 ;#include "../src/Icons/warning.inc" ;25x22 px |
20 global ostc3_logo_block | 20 global ostc_logo_block |
21 ; OSTC3 scribble | 21 ; OSTC scribble |
22 #include "../src/Icons/ostc3_logo.inc" ;220x61 px | 22 #include "../src/Icons/ostc_logo.inc" ;220x61 px |
23 | 23 |
24 END | 24 END |