MyWebsitesGenerator/TestWebGen/CTML.h

10 lines
217 B
C
Raw Permalink Normal View History

2017-04-02 18:07:06 +02:00
/*
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"