diff options
Diffstat (limited to 'src/base/shot.h')
| -rw-r--r-- | src/base/shot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/shot.h b/src/base/shot.h index c507976..d279c02 100644 --- a/src/base/shot.h +++ b/src/base/shot.h @@ -13,7 +13,7 @@ #endif #ifndef PUBLIC_SERVER -#include "interface.h" +#include "image.h" #endif typedef struct shot_struct @@ -36,7 +36,7 @@ typedef struct shot_struct bool_t isCanKillAuthor; #ifndef PUBLIC_SERVER - SDL_Surface *img; + image_t *img; #endif } shot_t; |