12 lines
207 B
C
12 lines
207 B
C
|
#ifndef __EP_INIT_H_INCLUDED
|
||
|
#define __EP_INIT_H_INCLUDED
|
||
|
|
||
|
#include "wintype.h"
|
||
|
|
||
|
extern PCSTR Mod_UPIWIN;
|
||
|
extern PCSTR Mod_UPIWIN_tmp;
|
||
|
|
||
|
extern HRESULT Epython_setup(void);
|
||
|
|
||
|
#endif /* __EP_INIT_H_INCLUDED */
|