fluffos-1.22/
fluffos-1.22/Win32/
fluffos-1.22/compat/
fluffos-1.22/testsuite/
fluffos-1.22/testsuite/clone/
fluffos-1.22/testsuite/command/
fluffos-1.22/testsuite/data/
fluffos-1.22/testsuite/etc/
fluffos-1.22/testsuite/include/
fluffos-1.22/testsuite/inherit/
fluffos-1.22/testsuite/inherit/master/
fluffos-1.22/testsuite/log/
fluffos-1.22/testsuite/single/
fluffos-1.22/testsuite/single/tests/compiler/
fluffos-1.22/testsuite/single/tests/efuns/
fluffos-1.22/testsuite/single/tests/operators/
fluffos-1.22/testsuite/u/
fluffos-1.22/tmp/
#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