summaryrefslogtreecommitdiff
path: root/int-bios.h
diff options
context:
space:
mode:
Diffstat (limited to 'int-bios.h')
-rw-r--r--int-bios.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/int-bios.h b/int-bios.h
deleted file mode 100644
index 2c1c4ee..0000000
--- a/int-bios.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __INT_BIOS_H__
-#define __INT_BIOS_H__
-
-#include "mpq-bios.h"
-
-/*
- * Internal BIOS functions.
- */
-
-int __mpqlib_seek(struct mpq_archive_t *, uint64_t);
-int __mpqlib_read(struct mpq_archive_t *, void *, uint32_t);
-
-#endif