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