summaryrefslogtreecommitdiffstats
path: root/src/app/system_other.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed timer functions on win32Piotr Dziwinski2013-03-241-88/+5
| | | | | | | * changed win32 implementation to QueryPerformaceTimer system function * refactored system utils code * proper tests for time utils and update event creation in application * should fix issue #134
* Refactored platform-specific codePiotr Dziwinski2013-03-191-0/+122
Moved functions from .h to .cpp files