#pragma once void splashInit(); bool splashUpdate( float delta ); void splashDraw(); void splashCleanup();