Trying to put it all together.
This commit is contained in:
@ -22,6 +22,9 @@ typedef struct {
|
||||
|
||||
/** Character this conversation piece belongs to */
|
||||
vncharacter_t *character;
|
||||
|
||||
/** Character's emotion */
|
||||
uint8_t emotion;
|
||||
} vnconversationitemdata_t;
|
||||
|
||||
/** Representation of a conversation, laid out similarly to a timeline. */
|
||||
|
Reference in New Issue
Block a user