You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
407 B
22 lines
407 B
#ifndef LSTEXT_DEFINED
|
|
#define LSTEXT_DEFINED
|
|
|
|
#include "lsidefs.h"
|
|
#include "pdobj.h"
|
|
#include "lsgrchnk.h"
|
|
|
|
/* Standard methods */
|
|
#include "lstxtini.h"
|
|
#include "lstxtfmt.h"
|
|
#include "lstxtjst.h"
|
|
#include "disptext.h"
|
|
#include "lstxtbrk.h"
|
|
#include "lstxtbr1.h"
|
|
#include "lstxtnti.h"
|
|
#include "lstxttab.h"
|
|
#include "lstxtqry.h"
|
|
#include "textenum.h"
|
|
|
|
|
|
#endif /* !LSTEXT_DEFINED */
|
|
|