Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 4, 2010, 5:25:36 PM (14 years ago)
Author:
dafrick
Message:

Making the background of the NotificationQueue transparent. (Had to change/update TaharezLook look'n'feel file, so don't forget to update data_extern as well…)
Removing some obsolete includes and a warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/notifications/src/modules/notifications/NotificationQueue.h

    r7343 r7349  
    3838
    3939#include <ctime>
    40 #include <map>
    4140#include <set>
    4241#include <string>
    4342#include <vector>
    4443
     44#include "tools/interfaces/Tickable.h"
    4545#include "util/Math.h"
    46 #include "core/OrxonoxClass.h"
    47 #include "tools/interfaces/Tickable.h"
    4846#include "interfaces/NotificationListener.h"
    4947#include "NotificationManager.h"
Note: See TracChangeset for help on using the changeset viewer.