Actually ue typedefs for obj_data, char_data and descriptor_data.
Some linting in a couple of files. Massive commit...
This commit is contained in:
+2
-2
@@ -50,8 +50,8 @@ void init_events(void);
|
||||
struct mud_event_data *new_mud_event(event_id iId, void *pStruct, char *sVariables);
|
||||
void attach_mud_event(struct mud_event_data *pMudEvent, long time);
|
||||
void free_mud_event(struct mud_event_data *pMudEvent);
|
||||
struct mud_event_data * char_has_mud_event(struct char_data * ch, event_id iId);
|
||||
void clear_char_event_list(struct char_data * ch);
|
||||
struct mud_event_data * char_has_mud_event(char_data * ch, event_id iId);
|
||||
void clear_char_event_list(char_data * ch);
|
||||
|
||||
/* Events */
|
||||
EVENTFUNC(event_countdown);
|
||||
|
||||
Reference in New Issue
Block a user