Touhou/include/dialog.h

17 lines
287 B
C
Raw Normal View History

2020-10-25 00:44:52 +02:00
#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