mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-02 05:52:31 +01:00
12 lines
116 B
C++
12 lines
116 B
C++
|
#include "gamedetails.h"
|
||
|
|
||
|
/*gameDetails::gameDetails()
|
||
|
{
|
||
|
//ctor
|
||
|
}
|
||
|
|
||
|
gameDetails::~gameDetails()
|
||
|
{
|
||
|
//dtor
|
||
|
}*/
|