├── .gitattributes ├── .gitignore ├── FastDelegate.hpp └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaidokert/FastDelegate/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaidokert/FastDelegate/HEAD/.gitignore -------------------------------------------------------------------------------- /FastDelegate.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaidokert/FastDelegate/HEAD/FastDelegate.hpp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaidokert/FastDelegate/HEAD/README.md --------------------------------------------------------------------------------