mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-31 02:58:20 -04:00
15 lines
190 B
C++
15 lines
190 B
C++
#include "validation.h"
|
|
#include <iostream>
|
|
#include "string"
|
|
#include "chess.h"
|
|
|
|
|
|
|
|
validation::validation()
|
|
{
|
|
//Nothing here
|
|
// tile = ((RetroChessWindow*)parentWidget())->tile;
|
|
|
|
}
|
|
|