#pragma once #include "DllDefines.h" // ISGManagerObserver.h : header file // /*************************************************************************************/ class SECSGEM_DLL ISGManagerObserver { public: virtual bool OnSecsGemMessageReceived(WPARAM wParam, LPARAM lParam) = 0; };