CoreFW  corefw.h at tip

File src/corefw.h from the latest check-in


#ifndef __COREFW_COREFW_H__
#define __COREFW_COREFW_H__

#include "class.h"
#include "object.h"
#include "array.h"
#include "bool.h"
#include "box.h"
#include "double.h"
#include "file.h"
#include "hash.h"
#include "int.h"
#include "map.h"
#include "range.h"
#include "refpool.h"
#include "stream.h"
#include "string.h"
#include "tcpsocket.h"

#endif