texteff.c
changeset 4261 28670f743746
parent 2685 805a28b7c3b7
child 4363 8a38cd70dab9
equal deleted inserted replaced
4260:c638c6441121 4261:28670f743746
    11 #include "console.h"
    11 #include "console.h"
    12 #include "string.h"
    12 #include "string.h"
    13 #include "variables.h"
    13 #include "variables.h"
    14 #include "table/sprites.h"
    14 #include "table/sprites.h"
    15 #include <stdarg.h> /* va_list */
    15 #include <stdarg.h> /* va_list */
       
    16 #include "date.h"
    16 
    17 
    17 typedef struct TextEffect {
    18 typedef struct TextEffect {
    18 	StringID string_id;
    19 	StringID string_id;
    19 	int32 x;
    20 	int32 x;
    20 	int32 y;
    21 	int32 y;