mercator
0.4.0
A terrain generation library for the Worldforge system.
Buffer.cpp
1
// This file may be redistributed and modified only under the terms of
2
// the GNU General Public License (See COPYING for details).
3
// Copyright (C) 2003 Alistair Riddoch
4
5
#include "Buffer_impl.h"
6
7
namespace
Mercator {
8
9
template
class
Buffer<float>;
10
template
class
Buffer<unsigned char>;
11
12
}
// namespace Mercator
src
Mercator
Buffer.cpp
Generated by
1.9.4