00001 00002 00003 // 00004 // ELEKTROEXP.H (c) YoY'00 WEB: www.aestesis.org 00005 // 00008 #ifndef _ELECTROEXP_H_ 00009 #define _ELEKTROEXP_H_ 00012 #include <windows.h> 00013 #include <interface.h> 00016 00017 #ifdef WIN32 00018 00019 #define EDLL __declspec(dllexport) 00020 00021 #else 00022 00023 #define EDLL 00024 00025 #endif 00026 00029 00030 extern Aresource resdll; 00031 00036 #endif //_ELEKTROEXP_H_