blob: fdf1b815a6636ecad74079f4171a221fab1bc53f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
%{
#include "swgenbook.h"
%}
class SWGenBook : public SWModule {
protected:
SWGenBook(const char *imodname = 0, const char *imoddesc = 0, SWDisplay * idisp = 0, SWTextEncoding encoding = ENC_UNKNOWN, SWTextDirection dir = DIRECTION_LTR, SWTextMarkup markup = FMT_UNKNOWN, const char* ilang = 0);
virtual ~SWGenBook();
};
|