mirror of
https://github.com/zoriya/ForecastingVillage.git
synced 2026-05-31 18:03:09 +00:00
Fixing attack timings
This commit is contained in:
@@ -20,6 +20,7 @@ struct dialog_line {
|
||||
char *text;
|
||||
int input_count;
|
||||
struct dialog_input *inputs;
|
||||
void (*callback)(gc_engine *engine);
|
||||
};
|
||||
|
||||
struct dialog_holder {
|
||||
@@ -46,8 +47,8 @@ struct dialog_manager {
|
||||
const struct dialog_manager dialog_manager;
|
||||
|
||||
void dialog_next(gc_engine *engine);
|
||||
void dialog_add_line(struct dialog_holder *this, char *name, char *text, \
|
||||
struct dialog_input *inputs);
|
||||
struct dialog_line *dialog_add_line(struct dialog_holder *this, char *name, \
|
||||
char *text, struct dialog_input *inputs);
|
||||
void show_dialog_if_hidden(gc_engine *engine);
|
||||
|
||||
#endif //MY_RPG_DIALOG_HOLDER_H
|
||||
|
||||
Reference in New Issue
Block a user