trbase.h 562 Bytes
#ifndef __TR_BASE_H__
#define __TR_BASE_H__

#include "tr/commons.h"
#include "tr/memory.h"
#include "tr/class.h"
#include "tr/logger.h"
#include "tr/timer.h"
#include "tr/print_trace.h"
#include "tr/sized_data.h"
#include "tr/math.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"
#include "tr/interface/logger.h"

const char * const TR_base_version(void);

#endif // __TR_BASE_H__

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