/**************/ /* autot.h */ /**************/ #ifndef AUTOT_H #define AUTOT_H #define CALLBACK_E CALLBACK _export #include "incwin.h" #ifdef __cplusplus extern "C" { #endif int alusta_autot(HINSTANCE,HWND, const char *); void tuhoa_autot(void); #ifdef __cplusplus } #endif #endif /* AUTOT_H */