From 2190722ac1f0732cf35e7b63572afa698a47789d Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 13 Jul 2017 20:38:04 -0400 Subject: Organized code more Now the link-specific stuff is abstracted into its own file, and the code for negotiating the "different" multiboot protocol is in its own file. Also, removed support for compiling for GC because eventually we will be using Wii-only features. Also put the main extractor code into a thread so that we can monitor for the user pressing the start button to exit. --- source/multiboot.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 source/multiboot.h (limited to 'source/multiboot.h') diff --git a/source/multiboot.h b/source/multiboot.h new file mode 100644 index 0000000..a8f5d0d --- /dev/null +++ b/source/multiboot.h @@ -0,0 +1,8 @@ +#ifndef MULTIBOOT_H_5C3CB904 +#define MULTIBOOT_H_5C3CB904 + +#include + +bool sendMultibootImage(); + +#endif /* end of include guard: MULTIBOOT_H_5C3CB904 */ -- cgit 1.4.1