#ifndef _SAMPLE_SAMPLE_HPP_ #define _SAMPLE_SAMPLE_HPP_ #ifndef _COMMON_WINDOWS_HPP_ #include #endif #ifndef _COMMON_BLOCK_HPP_ #include #endif #ifndef _COMMON_STRING_HPP_ #include #endif short CALLBACK _export play(WORD waveFormIndex,WORD waitFlag); short CALLBACK _export preLoadSamples(Block &pathFileNames); void CALLBACK _export createInstanceData(HINSTANCE hInstance); void CALLBACK _export destroyInstanceData(void); #endif