You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
421 B
18 lines
421 B
#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/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"
|
|
|
|
#endif // __TR_BASE_H__
|
|
|
|
// vim: set ts=4 sw=4:
|