1 2 3 4 5 6
#pragma once void splashInit(); bool splashUpdate( float delta ); void splashDraw(); void splashCleanup();