This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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__ |