mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-11 00:39:32 -04:00
14 lines
190 B
C++
14 lines
190 B
C++
#include "validation.h"
|
|
#include <iostream>
|
|
#include "string"
|
|
#include "chess.h"
|
|
|
|
|
|
|
|
validation::validation()
|
|
{
|
|
//Nothing here
|
|
// tile = ((RetroChessWindow*)parentWidget())->tile;
|
|
|
|
}
|
|
|