1
0
Fork 0

Move drives.h to common include dir

Judging by the usage, this header belongs in there instead of being
limited to dos module only.  This change makes it easier to reuse code
for new features related to drives mounting/unmounting.
This commit is contained in:
Patryk Obara 2019-12-31 22:16:44 +01:00 committed by Patryk Obara
parent 2694aca2b2
commit c4dba16740
6 changed files with 5 additions and 4 deletions

View file

@ -11,6 +11,7 @@ dma.h \
dosbox.h \
dos_inc.h \
dos_system.h \
drives.h \
fpu.h \
hardware.h \
inout.h \