File: PieceTransforms.cpp

package info (click to toggle)
pentobi 26.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 4,068 kB
  • sloc: cpp: 25,986; javascript: 897; xml: 57; makefile: 13; sh: 11
file content (17 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//-----------------------------------------------------------------------------
/** @file libpentobi_base/PieceTransforms.cpp
    @author Markus Enzenberger
    @copyright GNU General Public License version 3 or later */
//-----------------------------------------------------------------------------

#include "PieceTransforms.h"

namespace libpentobi_base {

//-----------------------------------------------------------------------------

PieceTransforms::~PieceTransforms() = default;

//-----------------------------------------------------------------------------

} // namespace libpentobi_base