SDL init.
This commit is contained in:
@@ -27,6 +27,8 @@
|
|||||||
#include "RageTimer.h"
|
#include "RageTimer.h"
|
||||||
#include "RageException.h"
|
#include "RageException.h"
|
||||||
|
|
||||||
|
#include "SDL.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// StepMania global classes
|
// StepMania global classes
|
||||||
//
|
//
|
||||||
@@ -654,6 +656,8 @@ LRESULT CALLBACK WndProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam )
|
|||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
HRESULT CreateObjects( HWND hWnd )
|
HRESULT CreateObjects( HWND hWnd )
|
||||||
{
|
{
|
||||||
|
/* Fire up the SDL, but don't actually start any subsystems. */
|
||||||
|
SDL_Init(0);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user