1 |
// Syncify |
2 |
// |
3 |
// Douglas Thrift |
4 |
// |
5 |
// $Id$ |
6 |
|
7 |
#ifndef _Syncify_hpp_ |
8 |
#define _Syncify_hpp_ |
9 |
|
10 |
#include <menes/platform.hpp> |
11 |
|
12 |
#ifdef MENES_PRAGMA_ONCE |
13 |
#pragma once |
14 |
#endif |
15 |
|
16 |
#include <menes-api/console.hpp> |
17 |
#include <menes-api/files.hpp> |
18 |
#include <menes-api/path.hpp> |
19 |
#include <menes-ext/string.hpp> |
20 |
#include <menes-ios/helpers.hpp> |
21 |
|
22 |
#include "Matcher/Matcher.hpp" |
23 |
|
24 |
struct Syncify |
25 |
{ |
26 |
static ext::String program; |
27 |
static bool debug; |
28 |
}; |
29 |
|
30 |
#endif//_Syncify_hpp_ |