MyWebsitesGenerator/TestWebGen/CTML.h
2017-04-02 18:07:06 +02:00

10 lines
217 B
C++

/*
CTML - written by Tinfoilboy
uses the MIT License (https://github.com/tinfoilboy/CFML/blob/master/LICENSE)
*/
#pragma once
namespace CTML {
static int INDENT_SPACES = 4;
}
#include "Node.h"
#include "Document.h"