blob: 6305209d629cf98ce42f3d5e9c6e38365398edb4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
%{
#include "swcom.h"
%}
class SWCom : public SWModule {
SWCom(const char *imodname = 0, const char *imoddesc = 0, SWDisplay * idisp = 0, SWTextEncoding enc = ENC_UNKNOWN, SWTextDirection dir = DIRECTION_LTR, SWTextMarkup mark = FMT_UNKNOWN, const char* ilang = 0);
virtual ~SWCom();
};
|