Browse Source

base: add a proxy header for PEGTL.

wip/core-clipp
Sam Hocevar 4 years ago
parent
commit
a38dc4a104
1 changed files with 26 additions and 0 deletions
  1. +26
    -0
      include/lol/base/pegtl.h

+ 26
- 0
include/lol/base/pegtl.h View File

@@ -0,0 +1,26 @@
//
// Lol Engine
//
// Copyright © 2010—2020 Sam Hocevar <sam@hocevar.net>
//
// Lol Engine is free software. It comes without any warranty, to
// the extent permitted by applicable law. You can redistribute it
// and/or modify it under the terms of the Do What the Fuck You Want
// to Public License, Version 2, as published by the WTFPL Task Force.
// See http://www.wtfpl.net/ for more details.
//

#pragma once

//
// The PEGTL classes
// —————————————————
//

//namespace lol
//{

#include "../3rdparty/pegtl/include/tao/pegtl.hpp"

//} // namespace lol


Loading…
Cancel
Save