mirror of
https://github.com/sheumann/DiskBrowser.git
synced 2024-11-21 22:31:13 +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
|