17 lines
354 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#ifndef LSPAIRAC_DEFINED
#define LSPAIRAC_DEFINED
#include "lsdefs.h"
#include "lsact.h"
typedef struct lspairact /* Mod width pair unit */
{
LSACT lsactFirst; /* Action on first char */
LSACT lsactSecond; /* Action on second char */
} LSPAIRACT;
#endif /* !LSPAIRAC_DEFINED */