aboutsummaryrefslogtreecommitdiff
path: root/Src/Wasabi/api/application/ifc_messageprocessori.h
blob: 7cb10e5544574c5bbe797feae6023145033d64f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef NULLSOFT_WASABI_MESSAGEPROCESSORI_H
#define NULLSOFT_WASABI_MESSAGEPROCESSORI_H

#include <api/application/ifc_messageprocessor.h>

class ifc_messageprocessorI: public ifc_messageprocessor
{
public:
	virtual bool ProcessMessage(MSG *msg)=0;	
protected:
	RECVS_DISPATCH;
};
#endif