Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
GameData.cpp File Reference
#include "GameData.hpp"
#include <QPixmapCache>
#include <iostream>
#include "Version.hpp"
#include "core/database/RapidTransaction.hpp"
#include "core/database/record/game/Game.hpp"

Namespaces

namespace  atlas
 
namespace  atlas::records
 

Functions

RecordID atlas::records::recordID (const QString &title, const QString &creator, const QString &engine)
 Returns 0 if there is not record with this data.
 
bool atlas::records::recordExists (const QString &title, const QString &creator, const QString &engine)
 Helper function. Returns if a title,creator,engine combo can be found.