mirror of
https://github.com/sheumann/DiskBrowser.git
synced 2024-09-14 08:54:45 +00:00
8 lines
118 B
C
8 lines
118 B
C
#ifndef BROWSEREVENTS_H
|
|
#define BROWSEREVENTS_H
|
|
|
|
asm void actionProcWrapper(void);
|
|
void InitEventState(void);
|
|
|
|
#endif
|