DiskBrowser/disksearch.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
72 B
C

#ifndef DISKSEARCH_H
#define DISKSEARCH_H
void DoSearch(void);
#endif