Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 6, 2009, 1:55:05 PM (15 years ago)
Author:
landauf
Message:

Removed ambiguity between the EventName macro and the EventName class. The macro is now called FireEventName. (It did work before, but wasn't very nice ofc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/libraries/core/EventIncludes.h

    r5888 r5893  
    8282    @brief This macro is needed to fire an event with this name. The event name must previously be declared with @ref CreateEventName.
    8383*/   
    84 #define EventName(classname, name) \
     84#define FireEventName(classname, name) \
    8585    eventname##classname##name
    8686 
Note: See TracChangeset for help on using the changeset viewer.