Skip to content

Instantly share code, notes, and snippets.

/*
Efficient delegates in C++ that generate only two lines of asm code!
http://www.codeproject.com/cpp/FastDelegate.asp
Author: Don Clugston, major contributions were made by Jody Hagins.
Current Version: 30-Mar-05 v1.5
Modified for explicit use with Awesomium
<http://www.awesomium.com>
*/
#ifndef __JSDelegate_H__