DiskBrowser/browserevents.h
Stephen Heumann 999b6130a4 Rearrange/refactor DiskBrowser code into smaller, more focused files.
There are only a few minor code changes, and nothing that should have an effect on functionality. This is basically just rearranging the code.
2019-04-18 13:24:43 -05:00

7 lines
91 B
C

#ifndef BROWSEREVENTS_H
#define BROWSEREVENTS_H
asm void actionProcWrapper(void);
#endif