UrForth: some microoptimisations
[urasm.git] / src / libfdc / libfdc.h
blobf88a55b5e2ec0d452e840b2790afa6ff5e8f962b
1 /*
2 * coded by Ketmar // Invisible Vector
3 * Understanding is not required. Only obedience.
5 * This program is free software. It comes without any warranty, to
6 * the extent permitted by applicable law. You can redistribute it
7 * and/or modify it under the terms of the Do What The Fuck You Want
8 * To Public License, Version 2, as published by Sam Hocevar. See
9 * http://sam.zoy.org/wtfpl/COPYING for more details.
11 #ifndef LIBFDC_MAIN_H
12 #define LIBFDC_MAIN_H
15 #include "bdicommon.h"
16 #include "floppy.h"
17 #include "dskfs_all.h"
18 #include "emu_fdc.h"
19 #include "dskldr.h"
22 #endif