tibia-client/src/framework/otml/otml.h

9 lines
112 B
C
Raw Normal View History

2011-07-13 23:12:36 +02:00
#ifndef OTML_H
#define OTML_H
2011-08-14 04:09:11 +02:00
#include "otmldocument.h"
2011-07-13 23:12:36 +02:00
#include "otmlnode.h"
2011-08-14 04:09:11 +02:00
#include "otmlnodeext.h"
2011-07-13 23:12:36 +02:00
2011-08-14 04:09:11 +02:00
#endif