#include "splashes.h" Splashes::Splashes(Game_Data *gamedata, QObject *parent) : QObject(parent) { GameData = gamedata; } void Splashes::update() { }