Need new copy of Tigger library

There is a library that debounces switches (because thats what tigers do!) called Tigger. It's found at: Google Code Archive - Long-term storage for Google Code Project Hosting.. Unhappily, the methods (probably the .cpp file) are missing. Does anyone have a working copy of the Tigger library?

I need this particular library because it is based on the ooPinChangeInt library, which I intend to use in a new library, and I need a model to work from.

Can't find it anywhere ...

mail the owner - Google Code Archive - Long-term storage for Google Code Project Hosting. - ?

I've done that. He hasn't updated his library google code repositories since 2012, and probably is not interested in spending time on them any more. I'm not expecting a reply.

If someone has a copy of Tigger in their library, I'd sure appreciate if they would post it here.

There might be other debounce code out there ...

It's not the debounce code I need, its the example of how to use the complex callback class structure of ooPinChangeInt in a library.