//--------------------------------------------------------------------------- #ifndef PuttyIntfH #define PuttyIntfH //--------------------------------------------------------------------------- void __fastcall PuttyInitialize(); void __fastcall PuttyFinalize(); //--------------------------------------------------------------------------- void __fastcall DontSaveRandomSeed(); //--------------------------------------------------------------------------- #include "PuttyTools.h" //--------------------------------------------------------------------------- #define MPEXT extern "C" { #include #include #include #include #include } //--------------------------------------------------------------------------- #endif