QTfrontend/xfire.cpp
changeset 2830 571a9deffeac
parent 2821 67815ee123d7
child 2948 3f21a9dc93d0
equal deleted inserted replaced
2829:dfaa6f918ad2 2830:571a9deffeac
    18 
    18 
    19 #include <string>
    19 #include <string>
    20 #include <stdio.h>
    20 #include <stdio.h>
    21 
    21 
    22 #include "xfire.h"
    22 #include "xfire.h"
    23 #include "xfiregameclient.h"
    23 #include "../misc/xfire/xfiregameclient.h"
    24 
    24 
    25 // use_xfire: stores if xfire is loaded and functions should do something at all
    25 // use_xfire: stores if xfire is loaded and functions should do something at all
    26 bool use_xfire = false;
    26 bool use_xfire = false;
    27 char *keys[XFIRE_KEY_COUNT];
    27 char *keys[XFIRE_KEY_COUNT];
    28 char *values[XFIRE_KEY_COUNT];
    28 char *values[XFIRE_KEY_COUNT];