trbase.h 365 Bytes
#ifndef __TR_BASE_H__
#define __TR_BASE_H__

#include "tr/commons.h"
#include "tr/memory.h"
#include "tr/class.h"
#include "tr/interface.h"
#include "tr/interface/class.h"
#include "tr/interface/subject.h"
#include "tr/interface/observer.h"
#include "tr/interface/serializable.h"
#include "tr/interface/indexable.h"

#endif // __TR_BASE_H__

// vim: set ts=4 sw=4: