#ifndef DIALOG_H #define DIALOG_H #include #include #include "game.h" #include "map.h" #define F_WIDTH (32*PXSIZE) #define F_HEIGHT (32*PXSIZE) void showtext(Game *game, bopti_image_t *face, char *text); #endif