mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 01:56:31 +03:00
Moved eeWindowHandle definition to windowhandle.hpp ( and changed the name from eeWindowHandler ) In windows eeWindowContex and eeWindowHandler are forward declared. Still need to see how to implement this in linux ( os x shouldn't be a problem ). HaikuTTF doesn't expose window.h or pthread.h anymore. Added TryLock to cMutex.