diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-05-11 09:18:52 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-05-11 09:18:52 +0100 |
commit | e60cc5a36c148ef5ea0e38bcc848cf32f2b54a18 (patch) | |
tree | 0170a51b02b56d17e2b9e4c4e4716aaf0e4ac3c5 /src/state.h | |
parent | 728bbf0dee1e66c30fa57f278d4a82e576f6398b (diff) |
Added option to import only labels from library.
Diffstat (limited to 'src/state.h')
-rw-r--r-- | src/state.h | 5 |
1 files changed, 5 insertions, 0 deletions
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); |