comparison engine/core/controller/engine.i @ 639:685d250f2c2d

* Improvements for DeviceCaps. It now stores a list of valid SDL drivers. Currently in windows we are limited to the windows GDI (which is slow). This could mean that SDL users could benifit from hardware acceleration with directx (a valid SDL driver).
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Thu, 07 Oct 2010 16:44:44 +0000
parents 3094988564d5
children 855ad500f991
comparison
equal deleted inserted replaced
638:980c02db2f56 639:685d250f2c2d
19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * 19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *
20 ***************************************************************************/ 20 ***************************************************************************/
21 %module fife 21 %module fife
22 %{ 22 %{
23 #include "controller/engine.h" 23 #include "controller/engine.h"
24 #include "video/devicecaps.h"
25 %} 24 %}
26 25
27 namespace FIFE { 26 namespace FIFE {
28 27
29 class SoundManager; 28 class SoundManager;