merge and particule system start

This commit is contained in:
Clément Le Bihan
2020-05-03 01:28:06 +02:00
37 changed files with 245 additions and 51 deletions
+1
View File
@@ -21,6 +21,7 @@ typedef struct attack_holder {
struct attack_component {
gc_component base;
attack_holder *attacks;
char *name;
};
extern const struct attack_component attack_component;
-1
View File
@@ -14,7 +14,6 @@
struct combat_holder
{
gc_component base;
char *name;
};
extern const struct combat_holder combat_holder;
+1
View File
@@ -29,6 +29,7 @@ struct dialog_holder {
bool single_usage;
bool has_seen;
struct tile *tile;
void (*close_callback)(gc_engine *engine);
};
const struct dialog_holder dialog_holder;