46
Graphics / Rotating View
« on: September 09, 2010, 09:03:07 am »
winzip will do it (or winrar, etc...). You'll have a .tar to unzip again
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.
...
App.SetView(Background);
App.Draw(BackG);
App.SetView(View);
App.Clear(); !!!!!!!! DON'T DO THAT !!!!!!
App.Draw(MapPh);
App.Draw(PhMid);
App.Draw(DrMid);
App.Draw(HorMid);
...
I'm using sfml 1.6 and I'm using proper documentation. Seems there must be a bug.Nop, SetTitle is in SFML 2.0. You must use the bad documentation, be careful while going to the list.
#include <iostream>
#include <vector>
#include "datapack.hpp"
#include <string>
#include <vector>
#include <fstream>
#include <iostream>
#include <string.h>
#include "datapack.hpp"