texteff.c
changeset 2153 ecfc674410b4
parent 2062 57db03be52ad
child 2163 b17b313113a0
equal deleted inserted replaced
2152:fe994f127588 2153:ecfc674410b4
     5 #include "viewport.h"
     5 #include "viewport.h"
     6 #include "saveload.h"
     6 #include "saveload.h"
     7 #include "hal.h"
     7 #include "hal.h"
     8 #include "console.h"
     8 #include "console.h"
     9 #include "string.h"
     9 #include "string.h"
       
    10 #include "variables.h"
    10 #include <stdarg.h> /* va_list */
    11 #include <stdarg.h> /* va_list */
    11 
    12 
    12 typedef struct TextEffect {
    13 typedef struct TextEffect {
    13 	StringID string_id;
    14 	StringID string_id;
    14 	int32 x;
    15 	int32 x;