summaryrefslogtreecommitdiffstats
path: root/src/common/key.h
Commit message (Collapse)AuthorAgeFilesLines
* Event handling, CApplication and switch to c++-11Piotr Dziwinski2012-06-301-0/+34
- added/changed event structs and event queue in common/event.h - added event handling and some minor functions in CApplication - switched to --std=c++11 because of union in Event struct