-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcommon.hpp
More file actions
35 lines (32 loc) · 939 Bytes
/
Copy pathcommon.hpp
File metadata and controls
35 lines (32 loc) · 939 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#pragma once
#include "common/framework.h"
#include "common/path.h"
#include "common/zip_entry.h"
#include "common/object.h"
#include "common/worker_thread.h"
#include "common/format.h"
#include "common/code.h"
#include "common/stream.h"
#include "common/const_string.h"
#include "common/logs.h"
#include "common/runnable.h"
#include "common/environment.h"
#include "common/convert.h"
#include "common/mimedata.h"
#include "common/elementparser.h"
#include "common/alias.h"
#include "common/serialization.h"
#include "common/string.h"
#include "common/file.h"
#include "common/algorithm.h"
#include "common/point.h"
#include "common/rect.h"
#include "common/image.h"
#include "common/xmldocument.h"
#include "common/xmlattribute.h"
#include "common/xmlnode.h"
#include "common/directoryentry.h"
#include "common/directoryiterator.h"
#include "common/wobjectdefs.h"
using namespace shelllet::common;
#define DELVELOP_CODE_NAME "Velkhana"