mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-14 03:30:17 +01:00
7 lines
74 B
C
7 lines
74 B
C
|
#ifndef __SETUP_H__
|
||
|
#define __SETUP_H__
|
||
|
|
||
|
void WINAPI SPY_Setup();
|
||
|
|
||
|
#endif
|