├── .gitignore ├── LICENSE ├── README.md ├── events.h └── example.cpp /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MCGallaspy/events/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MCGallaspy/events/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MCGallaspy/events/HEAD/README.md -------------------------------------------------------------------------------- /events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MCGallaspy/events/HEAD/events.h -------------------------------------------------------------------------------- /example.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MCGallaspy/events/HEAD/example.cpp --------------------------------------------------------------------------------