Home
last modified time | relevance | path

Searched defs:FormatterObj (Results 1 – 1 of 1) sorted by relevance

/dports/games/taisei/taisei-1.3.2/src/
H A Dlog.h91 typedef struct FormatterObj FormatterObj; typedef
93 struct FormatterObj { struct
94 int (*format)(FormatterObj *self, char *buf, size_t buf_size, LogEntry *entry); argument
95 void (*free)(FormatterObj *self); argument
100 typedef void Formatter(FormatterObj *obj, const SDL_RWops *output); argument