#ifndef __TUNNEL_H
#define __TUNNEL_H

void ledsensmiley (float r, float g, float b, float a);
void init_Tunnel ();
void part_Tunnelpart ();

#endif