26 lines
417 B
C
26 lines
417 B
C
#ifndef LPC_INCL_H
|
|
#define LPC_INCL_H
|
|
|
|
#include "std.h"
|
|
#include "include/function.h"
|
|
#include "origin.h"
|
|
#include "config.h"
|
|
#include "applies.h"
|
|
|
|
#include "program.h"
|
|
#include "lpc.h"
|
|
#include "function.h"
|
|
#include "buffer.h"
|
|
#include "object.h"
|
|
#include "array.h"
|
|
#include "mapping.h"
|
|
#include "class.h"
|
|
|
|
#include "stralloc.h"
|
|
#include "simulate.h"
|
|
#include "interpret.h"
|
|
#include "rc.h"
|
|
#include "main.h"
|
|
|
|
#endif
|