]> git.tdb.fi Git - libs/gl.git/blobdiff - mesh2c.cpp
Add two demo programs (with crappy code)
[libs/gl.git] / mesh2c.cpp
index 170799c9f196902e42e68c70eb028f4be698dc58..864fa936c26a74030cb8c230e20128055db7d594 100644 (file)
@@ -1,14 +1,7 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/core/getopt.h>
 #include <msp/gl/mesh.h>
 #include <msp/io/print.h>
-#include <msp/strings/formatter.h>
+#include <msp/strings/format.h>
 
 using namespace std;
 using namespace Msp;