Save/Load: Added drive icons (also linux, but untested)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@153 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2008-09-15 21:00:11 +00:00
parent ca9115aba6
commit 646ac6235f
5 changed files with 90 additions and 131 deletions

View File

@@ -87,6 +87,7 @@ struct T_Drive
char Lettre;
byte Type; // 0: Diskette 3"« / 1: Diskette 5"¬ / 2: HDD / 3: CD-ROM / 4: Logique
word Touche;
char Chemin[4]; // Reservé pour "x:\", ou "/", ou "~"
};