1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-04-21 12:27:27 +03:00

Minimize namespace pollution by SurfaceCollection class.

This commit is contained in:
Maarten ter Huurne
2010-07-28 03:08:26 +02:00
parent d082f7f280
commit c84fea65a2
3 changed files with 23 additions and 17 deletions

View File

@@ -19,8 +19,12 @@
***************************************************************************/
#include "surfacecollection.h"
#include "surface.h"
#include "utilities.h"
using namespace std;
using std::cout;
using std::endl;
using std::string;
SurfaceCollection::SurfaceCollection(bool defaultAlpha, const string &skin) {
surfaces.set_empty_key(" ");