1
General / Re: Mobile Development
« on: June 01, 2013, 01:34:06 pm »
Thanks for the fast reply!
How stable is the android version?
How stable is the android version?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
sf::Texture Hintergrundbild;
if (!Hintergrundbild.LoadFromFile("data/Hintergrund.bmp"))
MessageBox(0,"WORLD::CreateWorld #2\nKonnte Hintergrund.bmp nicht laden!",0,0);
Hintergrund = new sf::Sprite(Hintergrundbild);
Fenster->Draw(*Hintergrund);