Optimise travis a bit more. Use Cmake 3.0. Also drop rPlatform from stdafx.

This commit is contained in:
Sacha 2014-07-11 07:13:45 +10:00
parent 8793d75811
commit 51bb9dced4
7 changed files with 9 additions and 10 deletions

View file

@ -38,4 +38,4 @@ void KeyboardManager::Close()
m_keyboard_handler = nullptr;
m_inited = false;
}
}