14 lines
No EOL
122 B
C++
14 lines
No EOL
122 B
C++
#ifndef PIECE_HPP
|
|
#define PIECE_HPP
|
|
|
|
namespace engine {
|
|
|
|
class Piece {
|
|
private:
|
|
|
|
public:
|
|
};
|
|
|
|
} // namespace engine
|
|
|
|
#endif |