[Wgui-cvs] wgui/includes wg_message.h,1.28,1.29
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2004-04-23 19:38:55
|
Update of /cvsroot/wgui/wgui/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20009/includes Modified Files: wg_message.h Log Message: wGui_ex clean up and minor stuff Index: wg_message.h =================================================================== RCS file: /cvsroot/wgui/wgui/includes/wg_message.h,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** wg_message.h 14 Apr 2004 16:21:21 -0000 1.28 --- wg_message.h 23 Apr 2004 19:38:47 -0000 1.29 *************** *** 118,122 **** //! \param SDLEvent The untranslated SDL event CSDLMessage(const EMessageType MessageType, const CMessageClient* pDestination, const CMessageClient* pSource, SDL_Event SDLEvent); ! SDL_Event SDLEvent; //!< The untranslated SDL event }; --- 118,122 ---- //! \param SDLEvent The untranslated SDL event CSDLMessage(const EMessageType MessageType, const CMessageClient* pDestination, const CMessageClient* pSource, SDL_Event SDLEvent); ! SDL_Event SDLEvent; //!< The untranslated SDL event }; *************** *** 221,224 **** --- 221,225 ---- typedef CValueMessage<int> TIntMessage; typedef CValueMessage<float> TFloatMessage; + typedef CValueMessage<double> TDoubleMessage; typedef CValueMessage<std::string> TStringMessage; typedef CValueMessage<CPoint> TPointMessage; |