mirror of
https://github.com/tnodir/fort
synced 2024-11-17 15:55:55 +00:00
7 lines
94 B
C++
7 lines
94 B
C++
#include "fortmanager.h"
|
|
|
|
FortManager::FortManager(QObject *parent) :
|
|
QObject(parent)
|
|
{
|
|
}
|