upiwin/src/ep_init.h

12 lines
219 B
C
Raw Normal View History

#ifndef __EP_INIT_H_INCLUDED
#define __EP_INIT_H_INCLUDED
#include "wintype.h"
2019-12-07 19:48:44 -07:00
extern const PCSTR Mod_UPIWIN;
extern const PCSTR Mod_UPIWIN_tmp;
extern HRESULT Epython_setup(void);
#endif /* __EP_INIT_H_INCLUDED */