From e60cc5a36c148ef5ea0e38bcc848cf32f2b54a18 Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 11 May 2016 09:18:52 +0100 Subject: Added option to import only labels from library. --- src/state.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/state.h') diff --git a/src/state.h b/src/state.h index 100aaeb..137670e 100644 --- a/src/state.h +++ b/src/state.h @@ -62,6 +62,11 @@ void ClearState(void); void SetAddressBank(unsigned bank); +/* Get the current bank +*/ +unsigned Bank(void); + + /* Move onto the next pass */ void NextPass(void); -- cgit v1.2.3