mercator 0.4.0
A terrain generation library for the Worldforge system.
Matrix.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 "Matrix.h"
6
7namespace Mercator {
8
9 template class Matrix<2, 2>;
10 template class Matrix<4, 4>;
11
12} // namespace Mercator