Searched defs:FormatterObj (Results 1 – 1 of 1) sorted by relevance
91 typedef struct FormatterObj FormatterObj; typedef93 struct FormatterObj { struct94 int (*format)(FormatterObj *self, char *buf, size_t buf_size, LogEntry *entry); argument95 void (*free)(FormatterObj *self); argument100 typedef void Formatter(FormatterObj *obj, const SDL_RWops *output); argument