Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 3, 2010, 4:46:00 PM (14 years ago)
Author:
smerkli
Message:

Chatbox done, with cursor goodness and everything. Thanks for the help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/chat2/src/orxonox/ChatInputHandler.h

    r6836 r6846  
    3636#include <iostream>
    3737#include <cassert>
     38#include <CEGUIForwardRefs.h>
    3839
    3940/* project includes */
     
    7172      static ChatInputHandler* singletonPtr_s;
    7273
     74      /* cegui stuff */
     75      CEGUI::Window *input;
     76      CEGUI::Listbox *lb_history;
     77
    7378    public:
    7479      /** constructor */
Note: See TracChangeset for help on using the changeset viewer.