Touhou/include/dialog.h

17 lines
287 B
C

#ifndef _DIALOG_H
#define _DIALOG_H
/* Some requirements for dialogs */
#include <gint/display.h>
#include <gint/keyboard.h>
#include <libimg.h>
#include <libprof.h>
/* Define some structures used for dialogs */
typedef struct {
img_t *character;
} dialog_t;
#endif // _DIALOG_H