diff --git a/Source/bootstrap.h b/Source/bootstrap.h deleted file mode 100644 index 107ce89..0000000 --- a/Source/bootstrap.h +++ /dev/null @@ -1,13 +0,0 @@ -// boostrap.h -// Boostrapping Functions for the SplitBit CPU Emulator -// Written by Anachronaut -// 10/16/2024 - -#ifndef BOOTSTRAP_H -#define BOOTSTRAP_H - -#include - -uint8_t loadFile(char *path, uint8_t *Program, uint8_t *Data); - -#endif // BOOTSTRAP_H