/**************/ /* morfo.h */ /**************/ #ifndef MORFO_H #define MORFO_H #include "incwin.h" #define CALLBACK_E CALLBACK _export /* Nyt .DEF tiedosto ei tarvitse EXPORT*/ #ifdef __cplusplus extern "C" { #endif int tarkista_sana(const char *sana); int alusta_Morfo(HINSTANCE); void lopeta_Morfo(void); #ifdef __cplusplus } #endif #endif /* MORFO_H */