Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8498 in orxonox.OLD


Ignore:
Timestamp:
Jun 15, 2006, 10:16:36 PM (18 years ago)
Author:
bensch
Message:

notifier added (does not compile)

Location:
branches/gui/src/lib/gui/gl
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/lib/gui/gl/Makefile.am

    r8145 r8498  
    2929                glgui_image.cc \
    3030                glgui_window.cc \
    31                 glgui_cursor.cc
     31                glgui_cursor.cc \
     32                \
     33                specials/glgui_notifier.cc
    3234
    3335
     
    5456                glgui_image.h \
    5557                glgui_window.h \
    56                 glgui_cursor.h
     58                glgui_cursor.h \
     59                \
     60                specials/glgui_notifier.h
     61
    5762
    5863
  • branches/gui/src/lib/gui/gl/glgui_box.cc

    r8491 r8498  
    1818#include "glgui_box.h"
    1919#include <cassert>
    20 
    21 #include <assert.h>
    2220
    2321namespace OrxGui
Note: See TracChangeset for help on using the changeset viewer.