|
|
@@ -1,17 +1,21 @@ |
|
|
|
// |
|
|
|
// EasyMesh-Build: The code belonging to Vertex build operations |
|
|
|
// Lol Engine |
|
|
|
// |
|
|
|
// Copyright: (c) 2009-2013 Benjamin "Touky" Huet <huet.benjamin@gmail.com> |
|
|
|
// (c) 2010-2014 Sam Hocevar <sam@hocevar.net> |
|
|
|
// (c) 2009-2013 Cédric Lecacheur <jordx@free.fr> |
|
|
|
// This program is free software; 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 Sam Hocevar. See |
|
|
|
// http://www.wtfpl.net/ for more details. |
|
|
|
// Copyright © 2009—2013 Benjamin “Touky� Huet <huet.benjamin@gmail.com> |
|
|
|
// © 2010—2017 Sam Hocevar <sam@hocevar.net> |
|
|
|
// © 2009—2013 Cédric Lecacheur <jordx@free.fr> |
|
|
|
// |
|
|
|
// 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 |
|
|
|
|
|
|
|
// Vertex building operations |
|
|
|
|
|
|
|
namespace lol |
|
|
|
{ |
|
|
|
|
|
|
|