7 lines
74 B
C
7 lines
74 B
C
#ifndef __SETUP_H__
|
|
#define __SETUP_H__
|
|
|
|
void WINAPI SPY_Setup();
|
|
|
|
#endif
|